There was an error while loading. Please reload this page.
1 parent 5693dfd commit 011f667Copy full SHA for 011f667
.github/workflows/deploy-site.yml
@@ -22,7 +22,7 @@ jobs:
22
node -v
23
npm install pnpm@^7 -g
24
pnpm -v
25
- pnpm i
+ pnpm install --no-frozen-lockfile
26
yarn docs:build
27
- name: Generator 404 file
28
run: |
0 commit comments