Switched to Hugo Extended

This commit is contained in:
Brandon Rozek 2023-09-26 16:55:43 -04:00
parent e2b750a62e
commit 18ca6cae06
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480

View file

@ -34,7 +34,7 @@ jobs:
env:
HUGO_VERSION: 0.105.0
run: |
curl -L "https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_Linux-64bit.tar.gz" --output hugo.tar.gz
curl -L "https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_Linux-64bit.tar.gz" --output hugo.tar.gz
tar -xvzf hugo.tar.gz
sudo mv hugo /usr/local/bin