Skip to content

Commit 1849d5c

Browse files
committed
Update sphinx.yml
Including sphinx version to Build HTML step
1 parent 2018371 commit 1849d5c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/sphinx.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ jobs:
1414
- name: Install dependencies
1515
run: pip install -r requirements.txt
1616
- name: Build HTML
17-
uses: ammaraskar/sphinx-action@master
18-
with:
19-
source_directory: docs/source
17+
uses: ammaraskar/[email protected]
2018
- name: Upload artifacts
2119
uses: actions/upload-artifact@v4
2220
with:

0 commit comments

Comments
 (0)