bump hugo version
All checks were successful
Hugo / build (push) Successful in 16s

This commit is contained in:
brookee 2024-02-27 22:01:23 -05:00
parent 48f9e950d3
commit 1efdb6fcac

View file

@ -13,8 +13,8 @@ jobs:
run: | run: |
apt-get update && \ apt-get update && \
apt-get install -y jq rsync tar wget && \ apt-get install -y jq rsync tar wget && \
wget https://github.com/gohugoio/hugo/releases/download/v0.123.4/hugo_0.123.4_linux-amd64.tar.gz && \ wget https://github.com/gohugoio/hugo/releases/download/v0.123.4/hugo_extended_0.123.4_linux-amd64.tar.gz && \
tar -xzvf hugo_0.123.4_linux-amd64.tar.gz && \ tar -xzvf hugo_extended_0.123.4_linux-amd64.tar.gz && \
chmod +x hugo chmod +x hugo
- name: Run build task - name: Run build task
run: ./hugo --minify --logLevel info run: ./hugo --minify --logLevel info