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 8a3c8f1 commit a7240e5Copy full SHA for a7240e5
.github/workflows/deploy.yml
@@ -24,7 +24,7 @@ jobs:
24
node-version: 16
25
26
- name: build
27
- run: pnpm install && pnpm run build:github # 部署至GitHub需要配置,base路径
+ run: pnpm install --no-frozen-lockfile && pnpm run build:github # 部署至GitHub需要配置,base路径
28
29
- name: Deploy
30
uses: peaceiris/actions-gh-pages@v3
0 commit comments