Skip to content

Commit 143d513

Browse files
committed
feat: integrate docs codegen into ci
1 parent ae5656f commit 143d513

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,8 @@ jobs:
174174
run: cargo run -p xtask_codegen -- analyser
175175
- name: Run the configuration codegen
176176
run: cargo run -p xtask_codegen -- configuration
177+
- name: Run the docs codegen
178+
run: cargo run -p docs_codegen
177179
- name: Check for git diff
178180
run: |
179181
if [[ $(git status --porcelain) ]]; then

0 commit comments

Comments
 (0)