Skip to content

Commit c335e7a

Browse files
committed
add sphinx_rtd_theme to sphinx workflow
1 parent 3f4fbb7 commit c335e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sphinx.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install dependencies
1717
run: conda install -y sphinx_rtd_theme
1818
- name: Build HTML
19-
- uses: ammaraskar/sphinx-action@master
19+
uses: ammaraskar/sphinx-action@master
2020
with:
2121
pre-build-command: "conda install -y sphinx_rtd_theme"
2222
- name: Upload artifacts

0 commit comments

Comments
 (0)