We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b92402 commit 3237422Copy full SHA for 3237422
.github/workflows/deploy.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: install
21
working-directory: ./docs
22
run:
23
- yarn install --frozen-lockfile
+ yarn install
24
25
- name: Build
26
0 commit comments