Skip to content

Commit

Permalink
Fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
fvln committed Aug 27, 2024
1 parent e2d2800 commit c8a0a85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c8a0a85

Please sign in to comment.