From 2e7b3120aefc6475862e73271dc9ab74ccb743f4 Mon Sep 17 00:00:00 2001 From: AakashGC Date: Thu, 16 Dec 2021 11:45:20 +1100 Subject: [PATCH] error off --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()