Skip to content

Commit ffd409c

Browse files
committed
ci(github-actions): Improve integrity of documentation build
1 parent 44efc5a commit ffd409c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/github-ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,12 @@ jobs:
8585
working-directory: internal/documentation
8686
run: npm run generate-cli-doc
8787

88+
- name: Vitepress build
89+
working-directory: internal/documentation
90+
run: |
91+
npm run build:vitepress
92+
npm run build:assets
93+
8894
- name: Check shrinkwrap integrity
8995
working-directory: internal/shrinkwrap-extractor
9096
run: npm run test

0 commit comments

Comments
 (0)