Skip to content

Commit

Permalink
github workflow: Update buildcheck.yaml. Hugo v0.124.0
Browse files Browse the repository at this point in the history
Update the workflow to use Hugo v0.124 to build the doc site.

Signed-off-by: Stephen Lawrence <[email protected]>
  • Loading branch information
slawr authored Mar 26, 2024
1 parent 68d293e commit 2bb500e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- name: Install hugo
env:
HUGO_VER : 0.103.1
HUGO_VER : 0.124.0
run: |
curl -LO https://github.com/gohugoio/hugo/releases/download/v${HUGO_VER}/hugo_${HUGO_VER}_linux-amd64.deb
sudo dpkg -i hugo_${HUGO_VER}_linux-amd64.deb
Expand Down

0 comments on commit 2bb500e

Please sign in to comment.