From 44d9b251c79177a5cb97849027dcf1cee2c7efaf Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sun, 8 May 2022 01:23:44 +0200 Subject: [PATCH] GitHub Actions: Update Hugo to 0.98.0 (#19) --- .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 289c41f..b7eb534 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - name: Generate class reference table and build website env: - HUGO_VERSION: '0.95.0' + HUGO_VERSION: '0.98.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