From 1e0c1650d0d1a556fbebf89203882bd72fab78e5 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 16 Oct 2023 17:18:45 +0200 Subject: [PATCH] fix step order in docs workflow --- .woodpecker/docs.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml index 3352a95..2bf231d 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: