We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a93d9f commit 457ea5bCopy full SHA for 457ea5b
.github/workflows/deploy-docs.yml
@@ -39,7 +39,7 @@ jobs:
39
uses: actions/configure-pages@v4
40
41
- name: Install dependencies
42
- run: pnpm install --frozen-lockfile
+ run: pnpm install --no-frozen-lockfile
43
44
- name: Build documentation
45
run: pnpm docs:build
0 commit comments