Skip to content

Commit fff6f68

Browse files
committed
Fix docs workflow dependency install
1 parent 0420165 commit fff6f68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
echo "Using react-easy-crop@${latest_version}"
6666
6767
- name: Install docs dependencies
68-
run: pnpm --dir docs install --no-frozen-lockfile --ignore-scripts
68+
run: pnpm --dir docs install --ignore-workspace --no-frozen-lockfile --ignore-scripts
6969

7070
- name: Deploy docs to GitHub Pages
7171
run: pnpm --dir docs deploy

0 commit comments

Comments
 (0)