GitHub Actions: Update Hugo to 0.86.0 (#12)

This commit is contained in:
Hugo Locurcio
2021-07-25 01:52:30 +02:00
committed by GitHub
parent e60017a160
commit bc11e0b9e9

View File

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