diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml index d017563..de2e826 100644 --- a/.woodpecker/docs.yml +++ b/.woodpecker/docs.yml @@ -6,18 +6,18 @@ when: - ${CI_REPO_DEFAULT_BRANCH} steps: - assets: + - name: assets image: quay.io/thegeeklab/alpine-tools commands: - make doc - markdownlint: + - name: markdownlint image: quay.io/thegeeklab/markdownlint-cli group: test commands: - markdownlint 'content/**/*.md' 'README.md' - spellcheck: + - name: spellcheck image: quay.io/thegeeklab/alpine-tools group: test commands: @@ -25,13 +25,13 @@ steps: environment: FORCE_COLOR: "true" - link-validation: + - name: link-validation image: docker.io/lycheeverse/lychee group: test commands: - lychee --no-progress --format detailed content/ README.md - favicons: + - name: favicons image: docker.io/node:lts-alpine commands: - npm install --quiet --no-progress @@ -39,17 +39,17 @@ steps: environment: FORCE_COLOR: "true" - build: + - name: build image: quay.io/thegeeklab/hugo:0.115.2 commands: - hugo --panicOnWarning - beautify: + - name: beautify image: quay.io/thegeeklab/alpine-tools commands: - html-beautify -r -f 'public/**/*.html' - publish: + - name: publish image: quay.io/thegeeklab/wp-s3-action settings: access_key: @@ -68,3 +68,4 @@ steps: - event: [push, manual, cron] branch: - ${CI_REPO_DEFAULT_BRANCH} + status: [success, failure] diff --git a/.woodpecker/notify.yml b/.woodpecker/notify.yml index 3cd833b..9ba18a9 100644 --- a/.woodpecker/notify.yml +++ b/.woodpecker/notify.yml @@ -8,7 +8,7 @@ when: runs_on: [success, failure] steps: - matrix: + - name: matrix image: quay.io/thegeeklab/wp-matrix settings: homeserver: