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 }}