From 77576f74fd7fe39faa84617dce637362891a471c Mon Sep 17 00:00:00 2001 From: Mariatta Wijaya Date: Thu, 15 Jul 2021 11:37:02 -0700 Subject: [PATCH] Remove the 'continue-on-error' flag when linkcheck fails --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 09cd927e7e..7686366d0e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,4 +32,3 @@ jobs: run: sphinx-build -n -W -q -b html -d _build/doctrees . _build/html - name: Link Check run: sphinx-build -b linkcheck -d _build/doctrees . _build/linkcheck - continue-on-error: true