We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffb787e commit 8a2857fCopy full SHA for 8a2857f
.github/workflows/deploy.yml
@@ -22,10 +22,9 @@ jobs:
22
- uses: actions/setup-node@v3
23
with:
24
node-version: 16
25
- cache: 'pnpm' # 配置缓存,优化安装性能
26
27
- name: build
28
- run: pnpm install && pnpm run build:github # 部署至GitHub需要配置,base路径
+ run: pnpm install --no-frozen-lockfile && pnpm run build:github # 部署至GitHub需要配置,base路径
29
30
- name: Deploy
31
uses: peaceiris/actions-gh-pages@v3
0 commit comments