Skip to content

Commit b17f855

Browse files
authored
docs: Remove --keep-going because it's deprecated (#24)
1 parent b20757f commit b17f855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install nitypes (with docs)
3535
run: poetry install -v --only main,docs
3636
- name: Generate docs
37-
run: poetry run sphinx-build docs docs/_build -b html -W --keep-going
37+
run: poetry run sphinx-build docs docs/_build -b html -W
3838
- name: Upload docs artifact
3939
uses: actions/upload-artifact@v4
4040
with:

0 commit comments

Comments
 (0)