Skip to content

Commit

Permalink
fix: Update deploy.yml with latest pnpm version and use pnpm for buil…
Browse files Browse the repository at this point in the history
…ding docs
  • Loading branch information
GabsEdits committed Mar 14, 2024
1 parent 081e601 commit 99c5ba8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
uses: pnpm/action-setup@v3
with:
version: 8.15.4
with:
submodules: recursive
- uses: pnpm/action-setup@v3
with:
version: latest
- name: Setup Node
uses: actions/setup-node@v4
with:
Expand All @@ -34,7 +36,7 @@ jobs:
- name: Install dependencies
run: pnpm install
- name: Build with VitePress
run: npm run docs:build
run: pnpm run docs:build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 99c5ba8

Please sign in to comment.