Skip to content

Commit 3237422

Browse files
committedSep 15, 2024·
update
1 parent 4b92402 commit 3237422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: install
2121
working-directory: ./docs
2222
run:
23-
yarn install --frozen-lockfile
23+
yarn install
2424

2525
- name: Build
2626
working-directory: ./docs

0 commit comments

Comments
 (0)
Please sign in to comment.