CI config update
Some checks failed
ci/woodpecker/push/deploy Pipeline failed

This commit is contained in:
2026-04-01 17:15:33 -05:00
parent e0015777f5
commit 4da364d38c

View File

@@ -1,6 +1,6 @@
steps: steps:
clone: cloneAndBuild:
image: hugomods/hugo:exts image: ghcr.io/gohugoio/hugo:v0.159.2
commands: commands:
- git submodule update --init --recursive # needed when you reclone your repo (submodules may not get cloned automatically) - git submodule update --init --recursive # needed when you reclone your repo (submodules may not get cloned automatically)
# - git submodule foreach 'git fetch origin; git checkout $(git describe --tags `git rev-list --tags --max-count=1`);' # - git submodule foreach 'git fetch origin; git checkout $(git describe --tags `git rev-list --tags --max-count=1`);'