From dabd3d990da57563a0e9fcd68c182e93768fb7e8 Mon Sep 17 00:00:00 2001 From: Andrew Woodlee Date: Wed, 1 Apr 2026 17:16:28 -0500 Subject: [PATCH] CI config update --- .woodpecker/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/deploy.yml b/.woodpecker/deploy.yml index 9a2e9a1..29cdeac 100644 --- a/.woodpecker/deploy.yml +++ b/.woodpecker/deploy.yml @@ -2,8 +2,8 @@ steps: cloneAndBuild: image: ghcr.io/gohugoio/hugo:v0.159.2 commands: - - 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 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 deploy: