From d30ad58122f9ae9772ca38683524505769ceb45a Mon Sep 17 00:00:00 2001 From: David Lick Date: Sat, 4 May 2024 18:43:28 -0400 Subject: [PATCH] use different hugo action for recent versions --- .gitea/workflows/build-and-deploy.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build-and-deploy.yaml b/.gitea/workflows/build-and-deploy.yaml index fc5f751..a0875d7 100644 --- a/.gitea/workflows/build-and-deploy.yaml +++ b/.gitea/workflows/build-and-deploy.yaml @@ -12,9 +12,11 @@ jobs: - uses: srt32/git-actions@master with: args: "git submodule update --init --recursive" - - uses: jakejarvis/hugo-build-action@v0.111.3 + - uses: peaceiris/actions-hugo@v3 with: - args: --minify + hugo-version: '0.125.5' + extended: true + - run: hugo --minify - uses: BetaHuhn/do-spaces-action@v2 with: access_key: ${{ secrets.ACCESS_KEY }}