GitHub Actions: Update Hugo to 0.78.1 (#9)

This commit is contained in:
Hugo Locurcio
2020-11-06 17:18:43 +01:00
committed by GitHub
parent 09d773e115
commit 11241c635e

View File

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