Skip to content

Commit

Permalink
refactor: update links to go to index
Browse files Browse the repository at this point in the history
  • Loading branch information
0h My Goat committed Nov 9, 2023
1 parent 4db8df4 commit 12d5e5e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/generate_static_site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
run: reveal-md ./cours --static --glob '*.slides.md'
- name: run the apply_theme bash script
run: bash ./apply_theme.sh
- name: remove index.html
run: rm ./_static/index.html
- name: rename 00_index.slides.html to index.html
run: mv ./_static/00_index.slides.html ./_static/index.html
- name: push to gh-pages
uses: JamesIves/github-pages-deploy-action@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion cours/01_Presentation.slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,4 +238,4 @@ sources:

# La suite !

- [Premiers pas](./02_Premiers_pas.slides.md)
- [Index](/index.html)
2 changes: 1 addition & 1 deletion cours/02_Premiers_pas.slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,4 +265,4 @@ Commandes de base linux :

# La suite !

- [Les images](03_Images_et_conteneurs.slides.md)
- [Index](/index.html)
2 changes: 1 addition & 1 deletion cours/03_Images_et_conteneurs.slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,4 +236,4 @@ Note: docker container rename nom_actuel NGINX_Demo

# La suite !

[Volumes et Networks](04_Volumes_et_Networks.slides.md)
- [Index](/index.html)
2 changes: 1 addition & 1 deletion cours/04_Volumes_et_Networks.slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,4 +302,4 @@ Dans Docker, on distingue plusieurs types de réseaux :

# La suite !

- [Dockerfile](./05_Dockerfile.slides.md)
- [Index](/index.html)
2 changes: 1 addition & 1 deletion cours/05_Dockerfile.slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,4 +225,4 @@ Montons ensemble un Dockerfile en multistage pour une application React.

# La suite !

[Docker Compose](06_Docker-Compose.slides.md)
- [Index](/index.html)

0 comments on commit 12d5e5e

Please sign in to comment.