Skip to content

Commit

Permalink
🐛 fix: fix workdir
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureMo committed Oct 22, 2023
1 parent 45fba4d commit 204d7d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/vitepress-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,19 @@ jobs:

- name: Install pnpm
uses: pnpm/action-setup@v2
with:
package_json_file: "docs/package.json"
version: "latest"

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "20"
cache: "pnpm"
cache-dependency-path: "docs/pnpm-lock.yaml"

- name: Install dependencies
working-directory: ./docs
run: pnpm i --frozen-lockfile

- name: Build VitePress site
Expand Down

0 comments on commit 204d7d0

Please sign in to comment.