From fd604fa7d3546e8c2ffb16d421fdd82b61d97b6a Mon Sep 17 00:00:00 2001 From: gaerfield Date: Thu, 8 Feb 2024 13:48:06 +0100 Subject: [PATCH] try to fix github action --- .github/workflows/master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: