From 6fdaece7461c5562f53ee2a86cb7488d2c6952a3 Mon Sep 17 00:00:00 2001 From: Nicola Belluti Date: Mon, 10 Jun 2024 15:51:38 +0200 Subject: [PATCH] Updated the CI/CD image and removed the "--minify" parameter --- .gitea/workflows/build-and-publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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