Skip to content

Commit ed1b3c2

Browse files
authored
Update Pagefind installation URL to version 1.4.0
Signed-off-by: Christoph Rueger <chrisrueger@gmail.com>
1 parent 4354a14 commit ed1b3c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Install Pagefind for Search
5252
run: |
5353
cd docs
54-
curl -L https://github.com/CloudCannon/pagefind/releases/download/v1.3.0/pagefind-v1.3.0-x86_64-unknown-linux-musl.tar.gz \
54+
curl -L https://github.com/Pagefind/pagefind/releases/download/v1.4.0/pagefind-v1.4.0-aarch64-unknown-linux-musl.tar.gz \
5555
-o pagefind.tar.gz
5656
tar xzf pagefind.tar.gz
5757
chmod +x pagefind

0 commit comments

Comments
 (0)