We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2371ac5 + 7c29391 commit 6c4c803Copy full SHA for 6c4c803
.github/workflows/sphinx.yaml
@@ -7,6 +7,8 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@v3
10
+ - name: Install graphviz
11
+ run: sudo apt install graphviz
12
- name: Build HTML
13
uses: ammaraskar/sphinx-action@master
14
- name: Upload artifacts
@@ -19,4 +21,4 @@ jobs:
19
21
if: github.ref == 'refs/heads/main'
20
22
with:
23
github_token: ${{ secrets.SYL_LAI }}
- publish_dir: docs/build/html
24
+ publish_dir: docs/build/html
0 commit comments