GitHub Actions: Update Hugo to 0.80.0 (#10)

This commit is contained in:
Hugo Locurcio
2021-01-09 20:20:07 +01:00
committed by GitHub
parent b458b58edc
commit 00caa43967

View File

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