Skip to content

Commit

Permalink
fix: wrong links in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
0h My Goat committed Nov 9, 2023
1 parent 014b52b commit 4db8df4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/generate_static_site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ 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 4db8df4

Please sign in to comment.