From c8a0a8590cab8d1da36ffd89ebeb1130480a5401 Mon Sep 17 00:00:00 2001 From: Florent Vuillemin Date: Tue, 27 Aug 2024 22:35:44 +0200 Subject: [PATCH] Fix github action --- .github/workflows/master.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index b17479f..bb68c3d 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -22,10 +22,10 @@ jobs: key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }} - name: Install and Build 🔧 run: | - npm install --no-optional reveal-md + npm install --omit=optional reveal-md mkdir build cp -r img build/ - ./node_modules/.bin/reveal-md --preprocessor includes.js --css custom.css --assets-dir build --static build slides.md + ./node_modules/.bin/reveal-md --preprocessor ../../includes.js --css custom.css --assets-dir build --static build slides.md - name: Deploy 🚀 uses: JamesIves/github-pages-deploy-action@releases/v3 with: