upgrade_theme #13

Merged
kazu634 merged 6 commits from upgrade_theme into main 2025-07-12 12:46:22 +00:00
Showing only changes of commit 498140d6a2 - Show all commits

View File

@ -25,7 +25,7 @@ steps:
- name: hugo
image: cibuilds/hugo:0.148.1
commands:
- sudo hugo -e production --minify -v -s .
- sudo hugo -e production --minify -s .
- name: Compress-the-Assets
image: alpine:3.9
@ -83,7 +83,7 @@ steps:
- name: hugo
image: cibuilds/hugo:0.148.1
commands:
- sudo hugo -e staging --minify -v -s .
- sudo hugo -e staging --minify -s .
- name: Compress-the-Assets
image: alpine:3.9