GitHub Actions: Update Hugo to 0.89.2 (#15)

This commit is contained in:
Hugo Locurcio 2021-11-13 19:38:23 +01:00 committed by GitHub
parent 9476ac5553
commit da5c1d44c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jobs:
- name: Generate class reference table and build website
env:
HUGO_VERSION: '0.87.0'
HUGO_VERSION: '0.89.2'
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