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 d5a195f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/gendoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@ jobs:
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- name : Install dependencies
run: sudo apt-get install -y git cmake build-essential doxygen graphviz python3-dev mkdocs mkdocs-material

run: sudo apt-get install -y git cmake build-essential doxygen graphviz python3-dev

- 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 d5a195f

Please sign in to comment.