We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b96e37e commit 5bea480Copy full SHA for 5bea480
.github/workflows/site-deploy.yml
@@ -25,7 +25,7 @@ jobs:
25
node-version: ${{ matrix.node-version }}
26
cache: 'pnpm'
27
- name: Install dependencies
28
- run: pnpm install
+ run: pnpm install --no-frozen-lockfile
29
30
- name: build Docs
31
run: pnpm run build:docs
0 commit comments