0
0
mirror of https://github.com/thegeeklab/drone-admin.git synced 2024-06-03 03:49:40 +02: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
- 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
...