Skip to content

Commit 341ffd1

Browse files
authored
Merge pull request #6967 from bndtools/chrisrueger-docs-update-pagefind
Update Pagefind installation URL to version 1.4.0
2 parents 4354a14 + 31ee316 commit 341ffd1

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-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)