diff --git a/.drone.yml b/.drone.yml index 929409d..3996c8f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -203,14 +203,17 @@ steps: NPM_CONFIG_LOGLEVEL: error - name: publish - image: plugins/gh-pages + image: thegeeklab/drone-git-action settings: - pages_directory: _docs/ - password: + action: + - pages + author_email: bot@thegeeklab.de + author_name: thegeeklab-bot + branch: docs + message: auto-update documentation + netrc_password: from_secret: github_token - target_branch: docs - username: - from_secret: github_username + pages_directory: _docs/ when: ref: - refs/heads/main @@ -289,6 +292,6 @@ depends_on: --- kind: signature -hmac: fe8e83619566fffc192a7f365503b31b409e7701a454e41a34f1e13ce3ec9e20 +hmac: ccad191c33e8df2f7c7c51f10e2e2999e5e6f46a8a50de9aa1e8a5ae6c116600 ...