Skip to content

Commit

Permalink
deploy(docs): Use pnpm instead of npm.
Browse files Browse the repository at this point in the history
  • Loading branch information
na2axl committed Oct 25, 2023
1 parent 2609be1 commit 8a90c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- name: Install Node.js dependencies
working-directory: docs
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
run: "[[ -f pnpm-lock.yaml ]] && pnpm i || true"

- name: Build with Hugo
working-directory: docs
Expand Down

0 comments on commit 8a90c4b

Please sign in to comment.