Skip to content

Commit

Permalink
Try to fix vitepress deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SkwalExe committed Jun 9, 2024
1 parent 7f1f56a commit 9413243
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
with:
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"
- name: Setup Node
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 9413243

Please sign in to comment.