From 3013bc5cddf6ed9ff9c34e1050e7299d872b65d6 Mon Sep 17 00:00:00 2001 From: Brendan <2bndy5@gmail.com> Date: Tue, 27 Feb 2024 15:18:58 -0800 Subject: [PATCH] always run sphinx-build in sphinx.yml we need to build docs in order to publish or archive them as artifacts --- .github/workflows/sphinx.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/sphinx.yml b/.github/workflows/sphinx.yml index 71cb65d..fb4df02 100644 --- a/.github/workflows/sphinx.yml +++ b/.github/workflows/sphinx.yml @@ -21,7 +21,6 @@ jobs: run: pip install sphinx-immaterial -e . - name: Build docs - if: github.ref != 'refs/heads/main' run: sphinx-build docs ${{ inputs.path-to-doc }} - name: Upload docs build as artifact