Skip to content

Commit a784b56

Browse files
authored
Update deploy_pages.yml
1 parent bd869f2 commit a784b56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy_pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ jobs:
2121
uses: actions/setup-node@v4
2222
with:
2323
node-version: 20
24-
cache: pnpm
24+
cache: npm
2525

2626
- name: Install dependencies
27-
run: pnpm install
27+
run: npm install
2828

2929
- name: build
3030
env:
3131
BASE_PATH: '/${{ github.event.repository.name }}'
3232
run: |
33-
pnpm build
33+
npm run build
3434

3535
- name: Upload Artifacts
3636
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)