Skip to content

Commit 6aad25f

Browse files
committed
FIX: ensure gh fail in case build_docs unsuccessful
1 parent e743e1b commit 6aad25f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
permissions:
1212
contents: write
13-
13+
1414
# This job installs dependencies, build the website, and pushes it to `gh-pages`
1515
jobs:
1616
deploy-website:
@@ -43,7 +43,7 @@ jobs:
4343
- name: Run mapping codes
4444
working-directory: ${{github.workspace}}/ci/
4545
run: |
46-
set -e
46+
set -euxo pipefail
4747
bash run_all.sh
4848
- name: Check mapping Code Result
4949
run: |

0 commit comments

Comments
 (0)