From ab7f2674586c00bebbcedcb21adbb38bc7fecaf3 Mon Sep 17 00:00:00 2001 From: Naoto Hieda Date: Thu, 24 Aug 2023 09:43:33 +0200 Subject: [PATCH] Update hugo.yaml v0.117.0 --- .github/workflows/hugo.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index 94512d3..35ec9fb 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -32,7 +32,7 @@ jobs: build: runs-on: ubuntu-latest env: - HUGO_VERSION: 0.111.3 + HUGO_VERSION: 0.117.0 steps: - name: Install Hugo CLI run: | @@ -75,4 +75,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 \ No newline at end of file + uses: actions/deploy-pages@v2