Skip to content

Commit 28addb2

Browse files
authored
Update deploy-docusaurus.yml
1 parent c463758 commit 28addb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docusaurus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install dependencies and build
2828
run: |
2929
cd docs/
30-
yarn install --frozen-lockfile
30+
yarn install
3131
yarn build
3232
3333
# Popular action to deploy to GitHub Pages:

0 commit comments

Comments
 (0)