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:
parent
0bd26d136e
commit
ad4351b366
17
.drone.yml
17
.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
|
||||
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user