ci: use hugo image with git for enableGitInfo support
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
nemunaire 2026-06-14 20:37:17 +09:00
commit cb528911ff

View file

@ -12,7 +12,7 @@ clone:
steps: steps:
- name: build - name: build
image: hugomods/hugo:base image: hugomods/hugo:git
commands: commands:
- hugo - hugo
- cp public/en/404.html public/404.html - cp public/en/404.html public/404.html