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