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 ca54c3295b - Show all commits

View File

@ -23,7 +23,7 @@ steps:
- git submodule update --init --recursive - git submodule update --init --recursive
- name: hugo - name: hugo
image: cibuilds/hugo:0.115.4 image: cibuilds/hugo:0.148.1
commands: commands:
- sudo hugo -e production --minify -v -s . - sudo hugo -e production --minify -v -s .
@ -81,7 +81,7 @@ steps:
- git submodule update --init --recursive - git submodule update --init --recursive
- name: hugo - name: hugo
image: cibuilds/hugo:0.115.4 image: cibuilds/hugo:0.148.1
commands: commands:
- sudo hugo -e staging --minify -v -s . - sudo hugo -e staging --minify -v -s .