diff --git a/.woodpecker/publish-docs.yml b/.woodpecker/publish-docs.yml index 5e6a9a6..e2fa124 100644 --- a/.woodpecker/publish-docs.yml +++ b/.woodpecker/publish-docs.yml @@ -4,7 +4,8 @@ steps: commands: - git submodule foreach 'git fetch origin; git checkout $(git describe --tags `git rev-list --tags --max-count=1`);' - cd docs - - hugo mod get -u ./... + - hugo mod get -u github.com/divinerites/plausible-hugo + - hugo mod get -u github.com/McShelby/hugo-theme-relearn@7.3.1 - hugo deploy: