Skip to content

Commit b506a46

Browse files
committed
Fix auto-deploy docs 4
1 parent bb9eec5 commit b506a46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy_documentation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
pnpm i
3434
cd documentation
35-
pnpm i
35+
npm ci
3636
3737
- name: Build and deploy docs
3838
run: pnpm rollout-doc

0 commit comments

Comments
 (0)