Add pagefind executable download to deploy workflow

Forgot to include it
This commit is contained in:
2025-07-02 02:33:30 -05:00
parent e91a62ee18
commit a3b5ce6ebd

View File

@ -33,6 +33,12 @@ jobs:
hugo-version: ${{ steps.hugo_version.outputs.HUGO_VERSION }}
extended: true
- name: Download Pagefind
run: |
mkdir -p ~/.local/bin/
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
curl -L https://github.com/Pagefind/pagefind/releases/download/v1.3.0/pagefind-v1.3.0-x86_64-unknown-linux-musl.tar.gz | tar zxv -C ~/.local/bin pagefind
- name: Build
run: ./build.sh