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