We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72444cb commit f1881d3Copy full SHA for f1881d3
1 file changed
.github/workflows/guides_build_sphinx.yml
@@ -9,7 +9,6 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v2
12
- - uses: ammaraskar/sphinx-action@master
+ - uses: OdumInstitute/sphinx-action@master
13
with:
14
docs-folder: "doc/sphinx-guides/"
15
- build-command: "sphinx-build -W -b html -d build/doctrees source build/html"
0 commit comments