Update push.yml
Some checks failed
Push changes to production / deploy (push) Failing after 7s

This commit is contained in:
2025-12-18 18:04:02 -06:00
parent 5d9d886776
commit 8ea0aee9b0

View File

@@ -29,7 +29,7 @@ jobs:
- name: Install HUGO
run: |
curl -sLJO "https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.tar.gz"
mkdir "${HOME}/.local/hugo"
mkdir "${HOME}/.local/hugo" -p
tar -C "${HOME}/.local/hugo" -xf "hugo_extended_${HUGO_VERSION}_linux-amd64.tar.gz"
rm "hugo_extended_${HUGO_VERSION}_linux-amd64.tar.gz"