CI config update
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful

This commit is contained in:
2026-04-01 17:17:28 -05:00
parent dabd3d990d
commit 6a50edd075

View File

@@ -3,6 +3,7 @@ steps:
image: ghcr.io/gohugoio/hugo:v0.159.2 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 config --global --add safe.directory /woodpecker/src/git.andrewnw.xyz/CyberShell/blog.cybershell.xyz
- 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`);'
- hugo - hugo