Skip to content

Commit

Permalink
ci: update CI to proper html file
Browse files Browse the repository at this point in the history
  • Loading branch information
0h My Goat committed Nov 9, 2023
1 parent 999f058 commit 014b52b
Showing 1 changed file with 4 additions and 0 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

0 comments on commit 014b52b

Please sign in to comment.