Remove debug code from last PR (#3900)

* Make search results appear in a fixed window;
Make search text clickable;
Improve search layout on mobile.

* On window resize, adjust layout

* Maybe make Firefox not resize.

* Tweak initial- and maximum-scale

* Make live-html work with pagefind;
Make pagefind work in docker

* Lint

* Fix netlify deploy

* Remove debug code
This commit is contained in:
Clyde Stubbs 2024-06-02 16:35:03 +10:00 committed by GitHub
parent 0fbf7d0d99
commit 0b889e396b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,8 +16,6 @@ RUN <<EOF
export TARGETARCH=${TARGETARCH/arm64/aarch64}
export TARGETARCH=${TARGETARCH/amd64/x86_64}
curl -o pagefind.tar.gz https://github.com/CloudCannon/pagefind/releases/download/v$PAGEFIND_VERSION/pagefind-v$PAGEFIND_VERSION-$TARGETARCH-unknown-linux-musl.tar.gz -L
file pagefind.tar.gz
ls -l pagefind.tar.gz
tar xzf pagefind.tar.gz
rm pagefind.tar.gz
mv pagefind /usr/bin