Skip to content

Commit

Permalink
fix(docs): install mkdocs plugins in CI flow
Browse files Browse the repository at this point in the history
Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp>
  • Loading branch information
mojomex committed Nov 12, 2024
1 parent 8740bb5 commit 915ed43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
mkdocs-material \
Jinja2 \
ruamel.yaml && \
pip install git+https://github.com/JakubAndrysek/mkdoxy
pip install git+https://github.com/JakubAndrysek/mkdoxy && \
pip install docs/requirements.txt
- run: mkdocs build --site-dir _site
- run: touch _site/.nojekyll
- run: |
Expand Down

0 comments on commit 915ed43

Please sign in to comment.