We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 950519c commit 3056272Copy full SHA for 3056272
1 file changed
.github/workflows/main.yaml
@@ -13,9 +13,6 @@ permissions:
13
jobs:
14
build-and-deploy:
15
runs-on: ubuntu-20.04
16
- defaults:
17
- run:
18
- shell: bash -l {0}
19
20
steps:
21
- name: Checkout repository
@@ -31,8 +28,10 @@ jobs:
31
28
- uses: ./.github/actions/setupconda
32
29
33
30
- name: Build JupyterBook
+ # NOTE: login shell activates conda environment
+ shell: bash -l {0}
34
run: |
35
- jupyter-book build .
+ jupyter-book build ./ --warningiserror --keep-going
36
37
- name: Dump Build Logs
38
if: always()
0 commit comments