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 65b4b7b commit 17d2192Copy full SHA for 17d2192
.github/workflows/deploy-gh-pages.yaml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/checkout@v4
21
22
- name: Install Dependencies
23
- run: pnpm ci
+ run: pnpm install --frozen-lockfile
24
25
- name: Build
26
run: pnpm run build
0 commit comments