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

This commit is contained in:
2026-04-01 17:05:38 -05:00
parent b772b62563
commit e0015777f5

View File

@@ -2,7 +2,8 @@ steps:
clone: clone:
image: hugomods/hugo:exts image: hugomods/hugo:exts
commands: commands:
- git submodule foreach 'git fetch origin; git checkout $(git describe --tags `git rev-list --tags --max-count=1`);' - 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`);'
- hugo - hugo
deploy: deploy: