mirror of
https://github.com/BBaoVanC/bbaovanc.com.git
synced 2025-07-04 19:17:34 -05:00
Add pagefind executable download to deploy workflow
Forgot to include it
This commit is contained in:
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
@ -33,6 +33,12 @@ jobs:
|
|||||||
hugo-version: ${{ steps.hugo_version.outputs.HUGO_VERSION }}
|
hugo-version: ${{ steps.hugo_version.outputs.HUGO_VERSION }}
|
||||||
extended: true
|
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
|
- name: Build
|
||||||
run: ./build.sh
|
run: ./build.sh
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user