Skip to content

Commit

Permalink
Merge pull request #35 from SkwalExe/pnpm-setup-version
Browse files Browse the repository at this point in the history
Specify version in docs deployment workflow pnpm/action-setup job
  • Loading branch information
SkwalExe authored Jun 9, 2024
2 parents faaf941 + 5a8430e commit 4679d07
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 4679d07

Please sign in to comment.