Skip to content

Commit

Permalink
npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoTheissen committed Apr 9, 2024
1 parent e62f0ce commit 2d98843
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
with:
pandoc-version: 3.1.12.2
- name: Build with pandoc
run: npm run pages
run: |
npm ci
npm run pages
- name: Upload artifact
uses: actions/upload-pages-artifact@v3

Expand Down

0 comments on commit 2d98843

Please sign in to comment.