Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Purple-CSGO committed Dec 19, 2023
1 parent 55b041e commit f0d2b53
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,13 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 20
cache: pnpm # npm / pnpm / yarn
cache: npm # npm / pnpm / yarn
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Install dependencies
run: pnpm install # or pnpm install / yarn install / bun install
run: |
npm i -g pnpm
pnpm install
- name: Build with VitePress
run: |
pnpm build
Expand Down

0 comments on commit f0d2b53

Please sign in to comment.