Skip to content

Commit

Permalink
fix missing node_modules for npx
Browse files Browse the repository at this point in the history
  • Loading branch information
WSMathias committed Mar 10, 2024
1 parent 0fe816e commit 24c8fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
node-version: "20"
- name: Install dependencies
run: npx github-readme-to-html
run: npm install github-readme-to-html && npx github-readme-to-html
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
Expand Down

0 comments on commit 24c8fd4

Please sign in to comment.