Skip to content

Commit 5e7fdcd

Browse files
authored
Update Pagefind installation script in workflow
Signed-off-by: Christoph Rueger <chrisrueger@gmail.com>
1 parent ed1b3c2 commit 5e7fdcd

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/Pagefind/pagefind/releases/download/v1.4.0/pagefind-v1.4.0-aarch64-unknown-linux-musl.tar.gz \
54+
curl -L https://github.com/Pagefind/pagefind/releases/download/v1.4.0/pagefind_extended-v1.4.0-x86_64-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)