Updated the CI/CD image and removed the "--minify" parameter
This commit is contained in:
parent
72d196b207
commit
6fdaece746
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user