Skip to content

Commit

Permalink
Specify version in docs deployment workflow pnpm/action-setup job
Browse files Browse the repository at this point in the history
  • Loading branch information
SkwalExe committed Jun 9, 2024
1 parent faaf941 commit 5a8430e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
fetch-depth: 0 # Not needed if lastUpdated is not enabled
- uses: pnpm/action-setup@v3 # Uncomment this if you're using pnpm
with:
version: 9
run_install: |
- cwd: "docs/"
- name: Setup Node
Expand Down

0 comments on commit 5a8430e

Please sign in to comment.