GitHub Actions: Update Hugo to 0.101.0 (#20)

This commit is contained in:
Hugo Locurcio 2022-06-29 19:07:17 +02:00 committed by GitHub
parent 44d9b251c7
commit d56614f4d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ jobs:
- name: Generate class reference table and build website
env:
HUGO_VERSION: '0.98.0'
HUGO_VERSION: '0.101.0'
run: |
curl -LO "https://github.com/gohugoio/hugo/releases/download/v$HUGO_VERSION/hugo_${HUGO_VERSION}_Linux-64bit.tar.gz"
tar xf "hugo_${HUGO_VERSION}_Linux-64bit.tar.gz" hugo