Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Binyang2014 committed Oct 11, 2024
1 parent eafc80d commit 2b45553
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doc-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y doxygen
sudo apt-get install -y doxygen graphviz
pip install -r docs/requirements.txt
- name: Build docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y doxygen
sudo apt-get install -y doxygen graphviz
pip install -r docs/requirements.txt
- name: Build docs
run: |
Expand Down

0 comments on commit 2b45553

Please sign in to comment.