From da5c1d44c32258ba8bda0955fb1bcfaa12f9da76 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sat, 13 Nov 2021 19:38:23 +0100 Subject: [PATCH] GitHub Actions: Update Hugo to 0.89.2 (#15) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 84ddbbf..54191f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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