mirror of
https://github.com/getpelican/pelican.git
synced 2026-06-02 05:06:54 +02:00
ci: Configure GitHub Pages only if deploying
This commit is contained in:
parent
3d3265b74c
commit
b707447ac9
1 changed files with 1 additions and 0 deletions
1
.github/workflows/github_pages.yml
vendored
1
.github/workflows/github_pages.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue