Bump Hugo version

This commit is contained in:
JP Hastings-Spital 2024-02-28 21:36:19 +00:00
parent a37d3f0c81
commit 161c09e994

View file

@ -27,12 +27,12 @@ jobs:
build:
runs-on: ubuntu-latest
env:
HUGO_VERSION: 0.121.1
HUGO_VERSION: 0.123.6
steps:
- name: Install Golang
uses: actions/setup-go@v4
with:
go-version: '1.21.1'
# - name: Install Golang
# uses: actions/setup-go@v4
# with:
# go-version: '1.21.1'
- name: Install Hugo CLI
run: |
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \