Update docs
Some checks failed
ci/woodpecker/push/go-lint Pipeline failed

This commit is contained in:
2025-11-17 15:43:47 -06:00
parent 075fc16ec9
commit 55ef8e1733

View File

@@ -1,11 +1,11 @@
steps: steps:
build: build:
image: hugomods/hugo:ci image: hugomods/hugo:debian-ci-0.146.0
commands: commands:
- 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`);'
- cd docs - cd docs
- hugo mod get -u github.com/divinerites/plausible-hugo - hugo mod get -u github.com/divinerites/plausible-hugo
- hugo mod get -u github.com/McShelby/hugo-theme-relearn@7.3.1 - hugo mod get -u github.com/McShelby/hugo-theme-relearn@8.2.0
- hugo - hugo
deploy: deploy: