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
|
||||
|
|
|
|||
|
|
@ -252,9 +252,9 @@ Here's the complete list of workflow inputs:
|
|||
| | | change to your website in a pull request | | |
|
||||
| | | before deploying those change. | | |
|
||||
+------------------+----------+--------------------------------------------+--------+---------------+
|
||||
| ``stork`` | No | This is used to determine whether stork | bool | ``false`` |
|
||||
| ``stork`` | No | This is used to determine whether Stork | bool | ``false`` |
|
||||
| | | will be installed on the runner to be able | | |
|
||||
| | | to build a site with stork search enabled | | |
|
||||
| | | to build a site with Stork search enabled | | |
|
||||
+------------------+----------+--------------------------------------------+--------+---------------+
|
||||
|
||||
Testing Your Build in a GitHub Pull Request
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue