Skip to content

Commit 2b9a450

Browse files
committed
Disable continuation on error
1 parent 90e1237 commit 2b9a450

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ jobs:
4646
4747
- name: Build docs
4848
run: uv run poe doc-build
49-
# TODO: change once errors are resolved
50-
continue-on-error: true
49+
continue-on-error: false
5150

5251
- name: Upload Pages artifact
5352
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)