Skip to content

Commit

Permalink
documentation workflow: build generated doc parts
Browse files Browse the repository at this point in the history
generate event and feed documentation before building the documentation
  • Loading branch information
sebix committed Jun 27, 2024
1 parent 1e3e5c2 commit 8c6dabe
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,12 @@ jobs:

- name: "Install build dependencies"
run: |
pip install mkdocs-material mike lunr pygments mkdocstrings[python] mkdocs-material mkdocs-glightbox mkdocs-redirects mkdocs-minify-plugin
pip install mkdocs-material mike lunr pygments mkdocstrings[python] mkdocs-material mkdocs-glightbox mkdocs-redirects mkdocs-minify-plugin ruamel.yaml
- name: "Generate Feed and Event documentation"
run: |
python3 scripts/generate-feeds-docs.py
python3 scripts/generate-event-docs.py
- name: "Prepare git"
run: |
Expand Down

0 comments on commit 8c6dabe

Please sign in to comment.