diff --git a/.gitea/workflows/build-and-publish.yaml b/.gitea/workflows/build-and-publish.yaml index c15ed4f..1f04a2e 100644 --- a/.gitea/workflows/build-and-publish.yaml +++ b/.gitea/workflows/build-and-publish.yaml @@ -7,7 +7,7 @@ on: jobs: build: - container: docker.io/alpine:3.19 + container: docker.io/alpine:3.20 steps: # TODO: Use Nix Flakes - name: Install the dependencies @@ -22,7 +22,7 @@ jobs: submodules: recursive - name: Build the blog - run: hugo --minify --gc + run: hugo --gc - name: Upload the files to Cloudflare Pages run: npx wrangler pages deploy $DIRECTORY --project-name=$PROJECT_NAME