diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 69a9b79..d765367 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -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: