From 62bad8cb0abad6d8cd74e5b1a96cbe4ddd2abf3b Mon Sep 17 00:00:00 2001 From: joelsvensson Date: Fri, 4 Apr 2025 06:24:13 +0000 Subject: [PATCH] minor corrections --- .github/workflows/github_pages.yml | 4 ++-- docs/tips.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/github_pages.yml b/.github/workflows/github_pages.yml index 4ca0c9fe..511a8c01 100644 --- a/.github/workflows/github_pages.yml +++ b/.github/workflows/github_pages.yml @@ -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 diff --git a/docs/tips.rst b/docs/tips.rst index 0af5621b..3d228522 100644 --- a/docs/tips.rst +++ b/docs/tips.rst @@ -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