Skip to content

Commit 0ceb428

Browse files
committed
CI: ensure CircleCI fails on doc build failure
Somehow this got broken in a recent change to config.yml or Makefile
1 parent f0bd923 commit 0ceb428

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .circleci/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
name: build docs
2020
no_output_timeout: 25m
2121
command: |
22+
set -e
2223
pip install .[doc]
2324
make
2425
- store_artifacts:

0 commit comments

Comments
 (0)