From d35aa9df85a23f1853e9a939c9a0dcd53979c35b Mon Sep 17 00:00:00 2001 From: shimwell Date: Sun, 5 Jan 2025 14:22:00 +0100 Subject: [PATCH] added shell --- .github/workflows/documentation_update.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/documentation_update.yml b/.github/workflows/documentation_update.yml index 5c1fc780..47629f89 100644 --- a/.github/workflows/documentation_update.yml +++ b/.github/workflows/documentation_update.yml @@ -41,6 +41,7 @@ jobs: python -m pip install .[docs] - name: Check URL links in the docs + shell: bash -el {0} run: sphinx-build -M linkcheck . _build - name: Sphinx build tagged version