0
0
mirror of https://github.com/thegeeklab/drone-admin.git synced 2024-11-14 17:50:40 +00:00

ci: replace outdated gh-pages plugin (#34)

This commit is contained in:
Robert Kaussow 2023-01-14 23:21:23 +01:00 committed by GitHub
parent 0bd26d136e
commit ad4351b366
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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