Skip to content

Commit

Permalink
fix gendoc ci
Browse files Browse the repository at this point in the history
  • Loading branch information
koide3 committed Jul 10, 2024
1 parent 9fb8f13 commit 7323af7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/gendoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ jobs:
- name : Install dependencies
run: sudo apt-get install -y git cmake build-essential doxygen graphviz python3-dev mkdocs mkdocs-material


- name: Install python dependencies
run: python -m pip install mkdocs mkdocs-material

- name: Generate documentation
run: cd docs && make all

Expand Down

0 comments on commit 7323af7

Please sign in to comment.