Skip to content

Commit fbc8918

Browse files
committed
use build_sphinx_docs action w/o requirements.txt
1 parent 1bb8042 commit fbc8918

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docs_build_and_deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ jobs:
2727
name: Build Sphinx Docs
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: neuroinformatics-unit/actions/build_sphinx_docs@v2
30+
- uses: neuroinformatics-unit/actions/build_sphinx_docs@smg/doc-dependencies-as-extra
31+
with:
32+
use-requirementstxt: false
3133

3234
deploy_sphinx_docs:
3335
name: Deploy Sphinx Docs

0 commit comments

Comments
 (0)