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 ffb787e commit 8a2857f
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 @@ -22,10 +22,9 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'pnpm' # 配置缓存,优化安装性能

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

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

0 comments on commit 8a2857f

Please sign in to comment.