Updated the CI/CD image and removed the "--minify" parameter

This commit is contained in:
Nicola Belluti 2024-06-10 15:51:38 +02:00
parent 72d196b207
commit 6fdaece746

View File

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