We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb9a0bc commit 7fe5fa7Copy full SHA for 7fe5fa7
.github/workflows/docs.yml
@@ -42,7 +42,7 @@ jobs:
42
cache: yarn
43
44
- name: Install dependencies
45
- run: yarn install --frozen-lockfile
+ run: yarn install
46
- name: Build website
47
run: yarn build
48
0 commit comments