Skip to content

Commit

Permalink
fix pnpm install on wrong folder (#2898)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNorthMemory authored Feb 20, 2025
1 parent 35779bc commit ebfe7c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,10 @@ jobs:
with:
node-version: '>=22.12.0'
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Build
run: |
cd docs
pnpm install
patch -p1 -i .vitepress/vitepress+1.6.3.patch
pnpm run build
- name: Install coscmd
Expand Down

0 comments on commit ebfe7c4

Please sign in to comment.