diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5ed62aa..9d557fba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: - name: Build HTML shell: bash -l {0} run: | - jb build lectures --path-output ./ -W --keep-going + jb build lectures --path-output ./ --keep-going - name: Upload Execution Reports uses: actions/upload-artifact@v2 if: failure()