Skip to content

Commit

Permalink
Fix vitepress deployment worlflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SkwalExe committed Jun 9, 2024
1 parent c35a89d commit 41961eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
fetch-depth: 0 # Not needed if lastUpdated is not enabled
- uses: pnpm/action-setup@v3 # Uncomment this if you're using pnpm
with:
package_json_file: "docs/package.json"
run_install: |
- cwd: "docs/"
- name: Setup Node
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 41961eb

Please sign in to comment.