Skip to content

Commit 6f5587f

Browse files
authored
Add artifact-ci action to allow viewing docs in the PR (#182)
This PR adds `artifact-ci` to the docs build (e.g. as in [movement](https://github.com/neuroinformatics-unit/movement/pull/631/files)) so that the docs changed in a PR can be viewed online without having to build locally.
1 parent bb8f1e7 commit 6f5587f

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@main
31+
with:
32+
use-artifactci: lazy
3133

3234
deploy_sphinx_docs:
3335
name: Deploy Sphinx Docs

0 commit comments

Comments
 (0)