From 1f463cb90402e02f23b17996de7f02d69d426d0a Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Fri, 20 Aug 2021 16:47:40 +0200 Subject: [PATCH] GitHub Actions: Update Hugo to 0.87.0 (#13) --- .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 ce5bf48..124f7da 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.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