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

This commit is contained in:
brookee 2024-02-29 19:58:45 -05:00
parent d4302416e7
commit e4d06f4b49

View file

@ -16,7 +16,7 @@ jobs:
- name: Grab packages
run: |
apt-get update && \
apt-get install -y jq rsync tar wget && \
apt-get install -y jq rsync tar wget
- name: Get latest Hugo version
run: |
url=$(curl --silent "https://api.github.com/repos/gohugoio/hugo/releases/latest" | jq -r '.assets[] | select(.name | contains("linux-amd64.tar.gz")) | .browser_download_url' | grep -E 'hugo_[0-9]+\.[0-9]+\.[0-9]+_linux-amd64.tar.gz')