From b707447ac9613dee569fadac5efa98eab3d8d7e9 Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Tue, 3 Feb 2026 10:57:18 +0100 Subject: [PATCH] ci: Configure GitHub Pages only if deploying --- .github/workflows/github_pages.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/github_pages.yml b/.github/workflows/github_pages.yml index c17919e9..9323ba47 100644 --- a/.github/workflows/github_pages.yml +++ b/.github/workflows/github_pages.yml @@ -73,6 +73,7 @@ jobs: if: ${{ inputs.theme && inputs.theme-checkout }} run: git -C .theme checkout '${{ inputs.theme-checkout }}' - name: Configure GitHub Pages + if: ${{ inputs.deploy }} id: pages uses: actions/configure-pages@v5 - name: Install Stork