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.
1 parent 6b4c776 commit 2018371Copy full SHA for 2018371
.github/workflows/sphinx.yml
@@ -14,7 +14,9 @@ jobs:
14
- name: Install dependencies
15
run: pip install -r requirements.txt
16
- name: Build HTML
17
- run: sphinx-build -b html docs/source docs/build/html
+ uses: ammaraskar/sphinx-action@master
18
+ with:
19
+ source_directory: docs/source
20
- name: Upload artifacts
21
uses: actions/upload-artifact@v4
22
with:
0 commit comments