Skip to content

Commit

Permalink
workflow: update
Browse files Browse the repository at this point in the history
  • Loading branch information
JS-banana committed Sep 21, 2023
1 parent 8a2857f commit 8a3c8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
node-version: 16

- name: build
run: pnpm install --no-frozen-lockfile && pnpm run build:github # 部署至GitHub需要配置,base路径
run: pnpm install && pnpm run build:github # 部署至GitHub需要配置,base路径

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 8a3c8f1

Please sign in to comment.