Skip to content

Commit fcd7c25

Browse files
committed
Fix auto-deploy docs 3
1 parent 8f28cea commit fcd7c25

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/deploy_documentation.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ jobs:
2929
cache-dependency-path: adminforth/pnpm-lock.yaml
3030

3131
- name: Install dependencies
32-
run: pnpm i
32+
run: |
33+
pnpm i
34+
cd documentation
35+
pnpm i
3336
3437
- name: Build and deploy docs
3538
run: pnpm rollout-doc

0 commit comments

Comments
 (0)