Skip to content

Commit 96b5d18

Browse files
committed
Fix autodeploy for docs
1 parent 304769f commit 96b5d18

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
@@ -25,7 +25,7 @@ jobs:
2525
cache-dependency-path: adminforth/documentation/package-lock.json
2626

2727
- name: Install dependencies
28-
run: npm ci
28+
run: npm ci --include=dev
2929

3030
- name: Build docs
3131
run: npm run build

0 commit comments

Comments
 (0)