diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml index a1da62c..add51a2 100644 --- a/.woodpecker/docs.yml +++ b/.woodpecker/docs.yml @@ -26,17 +26,17 @@ steps: FORCE_COLOR: "true" NPM_CONFIG_LOGLEVEL: "error" - testbuild: - image: quay.io/thegeeklab/hugo:0.115.2 - commands: - - hugo --panicOnWarning -s docs/ -b http://localhost:8000/ - link-validation: image: docker.io/lycheeverse/lychee group: test commands: - lychee --no-progress --format detailed docs/content README.md + testbuild: + image: quay.io/thegeeklab/hugo:0.115.2 + commands: + - hugo --panicOnWarning -s docs/ -b http://localhost:8000/ + build: image: quay.io/thegeeklab/hugo:0.115.2 commands: