diff --git a/.woodpecker/deploy.yml b/.woodpecker/deploy.yml index e9c054f..b27b82c 100644 --- a/.woodpecker/deploy.yml +++ b/.woodpecker/deploy.yml @@ -1,6 +1,6 @@ steps: clone: - image: hugomods/hugo:exts-ci + image: hugomods/hugo:exts commands: - git submodule foreach 'git fetch origin; git checkout $(git describe --tags `git rev-list --tags --max-count=1`);' - hugo