Skip to content

Commit fdba054

Browse files
committed
Add back fail on warning
1 parent 7c011a2 commit fdba054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Build the book
2424
run:
25-
conda run -n mpi-tutorial jupyter-book build .
25+
conda run -n mpi-tutorial jupyter-book build . -W
2626
- uses: actions/upload-artifact@v3
2727
with:
2828
name: documentation

0 commit comments

Comments
 (0)