Skip to content

Commit

Permalink
Update Git Workflow to support graphviz
Browse files Browse the repository at this point in the history
  • Loading branch information
zangjiucheng committed Oct 31, 2024
1 parent 7da543d commit f06da27
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/sphinx-compile-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
- name: Install Sphinx
run: |
sudo apt install python3-sphinx-rtd-theme
- name: Install Graphviz
run: |
sudo apt-get update
sudo apt-get install -y graphviz
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/sphinx-github-pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
- name: Install Sphinx
run: |
sudo apt install python3-sphinx-rtd-theme
- name: Install Graphviz
run: |
sudo apt-get update
sudo apt-get install -y graphviz
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit f06da27

Please sign in to comment.