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

This commit is contained in:
2025-12-18 18:07:37 -06:00
parent 8ea0aee9b0
commit 6f289608d1

View File

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