From bda16bcbb5dce2c282de513f5228acbe1413c9f4 Mon Sep 17 00:00:00 2001 From: Andrew Woodlee Date: Mon, 17 Nov 2025 16:08:42 -0600 Subject: [PATCH] Update docs --- .woodpecker/publish-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/publish-docs.yml b/.woodpecker/publish-docs.yml index 7a41794..c37409c 100755 --- a/.woodpecker/publish-docs.yml +++ b/.woodpecker/publish-docs.yml @@ -1,6 +1,6 @@ steps: build: - image: hugomods/hugo:debian-ci-0.146.0 + image: hugomods/hugo:debian-ci-v0.146.0 commands: - git submodule foreach 'git fetch origin; git checkout $(git describe --tags `git rev-list --tags --max-count=1`);' - cd docs