Skip to content

Commit

Permalink
Merge pull request #34 from SkwalExe/vitepress
Browse files Browse the repository at this point in the history
Fix vitepress deployment worlflow
  • Loading branch information
SkwalExe authored Jun 9, 2024
2 parents c35a89d + 41961eb commit faaf941
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 faaf941

Please sign in to comment.