diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e9c5e60..306b454c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: shell: bash -l {0} run: | rm -r _build/.doctrees - jb build lectures --path-output ./ -nW --keep-going + jb build lectures --path-output ./ - name: Upload Execution Reports (HTML) uses: actions/upload-artifact@v2 if: failure()