Skip to content

Commit

Permalink
try to fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
gaerfield authored Feb 8, 2024
1 parent 48306d9 commit fd604fa
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 fd604fa

Please sign in to comment.