Skip to content

Commit 6c4c803

Browse files
committed
Merge branch 'main' of github.com:2decomp-fft/2decomp-fft.github.io into main
2 parents 2371ac5 + 7c29391 commit 6c4c803

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)