We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0420165 commit fff6f68Copy full SHA for fff6f68
1 file changed
.github/workflows/deploy-docs.yml
@@ -65,7 +65,7 @@ jobs:
65
echo "Using react-easy-crop@${latest_version}"
66
67
- name: Install docs dependencies
68
- run: pnpm --dir docs install --no-frozen-lockfile --ignore-scripts
+ run: pnpm --dir docs install --ignore-workspace --no-frozen-lockfile --ignore-scripts
69
70
- name: Deploy docs to GitHub Pages
71
run: pnpm --dir docs deploy
0 commit comments