GitHub Actions: Update Hugo to 0.87.0 (#13)

This commit is contained in:
Hugo Locurcio
2021-08-20 16:47:40 +02:00
committed by GitHub
parent bc11e0b9e9
commit 1f463cb904

View File

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