We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf12ad5 commit a3103caCopy full SHA for a3103ca
.github/workflows/deploy.yml
@@ -22,7 +22,7 @@ jobs:
22
cache: pnpm
23
24
- name: Install dependencies
25
- run: pnpm install --frozen-lockfile
+ run: pnpm install
26
- name: Build website
27
run: pnpm build
28
0 commit comments