mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
minor corrections
This commit is contained in:
parent
f60e9acfe3
commit
62bad8cb0a
2 changed files with 4 additions and 4 deletions
4
.github/workflows/github_pages.yml
vendored
4
.github/workflows/github_pages.yml
vendored
|
|
@ -45,7 +45,7 @@ on:
|
|||
stork:
|
||||
required: false
|
||||
default: false
|
||||
description: "Whether to add stork. If true it will be installed on runner"
|
||||
description: "Whether to add Stork search tool. If true, it will be installed on runner."
|
||||
type: boolean
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
@ -67,7 +67,7 @@ jobs:
|
|||
- name: Configure GitHub Pages
|
||||
id: pages
|
||||
uses: actions/configure-pages@v5
|
||||
- name: Install stork
|
||||
- name: Install Stork
|
||||
if: ${{ inputs.stork }}
|
||||
run: cargo install stork-search --locked
|
||||
- name: Install requirements
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue