ci: Configure GitHub Pages only if deploying

This commit is contained in:
Pierre Riteau 2026-02-03 10:57:18 +01:00
commit b707447ac9

View file

@ -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