Skip to content

Commit 99c029f

Browse files
committed
documentation workflow: build generated doc parts
generate event and feed documentation before building the documentation
1 parent 569fb6a commit 99c029f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build-docs.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,12 @@ jobs:
3737

3838
- name: "Install build dependencies"
3939
run: |
40-
pip install mkdocs-material mike lunr pygments mkdocstrings[python] mkdocs-material mkdocs-glightbox mkdocs-redirects mkdocs-minify-plugin
40+
pip install mkdocs-material mike lunr pygments mkdocstrings[python] mkdocs-material mkdocs-glightbox mkdocs-redirects mkdocs-minify-plugin ruamel.yaml
41+
42+
- name: "Generate Feed and Event documentation"
43+
run: |
44+
python3 scripts/generate-feeds-docs.py
45+
python3 scripts/generate-event-docs.py
4146
4247
- name: "Prepare git"
4348
run: |

0 commit comments

Comments
 (0)