Skip to content

Commit

Permalink
fix paths of custom.css and slides
Browse files Browse the repository at this point in the history
  • Loading branch information
gaerfield authored Feb 8, 2024
1 parent fd604fa commit 19b0210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
npm install --omit=optional reveal-md
mkdir build
cp -r img build/
./node_modules/.bin/reveal-md --preprocessor ../../../includes.js --css ./custom.css --static build ./slides.md
./node_modules/.bin/reveal-md --preprocessor ../../../includes.js --css custom.css --static build slides.md
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
Expand Down

0 comments on commit 19b0210

Please sign in to comment.