From 612c0def9e6a3e5d036521df68fd36918981aab3 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 15 Aug 2023 09:34:57 +0200 Subject: [PATCH] re-enable docs publishing --- .woodpecker/docs.yml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml index 9ea4401..6558efa 100644 --- a/.woodpecker/docs.yml +++ b/.woodpecker/docs.yml @@ -19,22 +19,22 @@ steps: FORCE_COLOR: "true" NPM_CONFIG_LOGLEVEL: "error" - # publish: - # image: quay.io/thegeeklab/drone-git-action - # settings: - # action: - # - pages - # author_email: bot@thegeeklab.de - # author_name: thegeeklab-bot - # branch: docs - # message: auto-update documentation - # netrc_password: - # from_secret: github_token - # pages_directory: _docs/ - # when: - # - event: [push, manual] - # branch: - # - ${CI_REPO_DEFAULT_BRANCH} + publish: + image: quay.io/thegeeklab/wp-git-action + settings: + action: + - pages + author_email: bot@thegeeklab.de + author_name: thegeeklab-bot + branch: docs + message: "[skip ci] auto-update documentation" + netrc_password: + from_secret: github_token + pages_directory: _docs/ + when: + - event: [push, manual] + branch: + - ${CI_REPO_DEFAULT_BRANCH} pushrm-dockerhub: image: docker.io/chko/docker-pushrm:1