Skip to content

Commit

Permalink
Fix execution of pnpm install (silly mistake).
Browse files Browse the repository at this point in the history
  • Loading branch information
mario4tier committed Aug 26, 2024
1 parent 40fd28f commit b30e066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
NODE_OPTIONS: --max_old_space_size=8192
run: |-
cd docs
pnpm run install
pnpm install
pnpm run docs:build
> src/.vuepress/dist/.nojekyll
Expand Down

0 comments on commit b30e066

Please sign in to comment.