Skip to content

Commit 7c29391

Browse files
authored
Update sphinx.yaml
1 parent b6f35cf commit 7c29391

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/sphinx.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v3
10+
- name: Install graphviz
11+
run: sudo apt install graphviz
1012
- name: Build HTML
1113
uses: ammaraskar/sphinx-action@master
1214
- name: Upload artifacts
@@ -19,4 +21,4 @@ jobs:
1921
if: github.ref == 'refs/heads/main'
2022
with:
2123
github_token: ${{ secrets.SYL_LAI }}
22-
publish_dir: docs/build/html
24+
publish_dir: docs/build/html

0 commit comments

Comments
 (0)