update
Some checks failed
Hugo / build (push) Failing after 16s

This commit is contained in:
brookee 2024-02-27 02:42:31 -05:00
parent 25ddde787b
commit 7dd47ddfeb

View file

@ -17,8 +17,8 @@ jobs:
run: |
apt-get update && \
apt-get install -y jq rsync tar wget && \
wget -O hugo.tar.gz $(curl -s https://api.github.com/repos/gohugoio/hugo/releases/latest | jq -r '.assets[] | select(.name | test("hugo_[^extended].*_Linux-64bit.tar.gz")) | .browser_download_url') && \
tar -xzvf hugo.tar.gz && \
wget https://github.com/gohugoio/hugo/releases/download/v0.123.4/hugo_0.123.4_linux-amd64.tar.gz && \
tar -xzvf hugo_0.123.4_linux-amd64.tar.gz && \
chmod +x hugo
- name: Run build task
run: ./hugo --minify --logLevel info