We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c463758 commit 28addb2Copy full SHA for 28addb2
1 file changed
.github/workflows/deploy-docusaurus.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Install dependencies and build
28
run: |
29
cd docs/
30
- yarn install --frozen-lockfile
+ yarn install
31
yarn build
32
33
# Popular action to deploy to GitHub Pages:
0 commit comments