minor corrections

This commit is contained in:
joelsvensson 2025-04-04 06:24:13 +00:00
commit 62bad8cb0a
2 changed files with 4 additions and 4 deletions

View file

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

View file

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