mirror of
https://github.com/thegeeklab/drone-yaml.git
synced 2024-11-21 17:40:39 +00:00
ci: replace outdated gh-pages plugin (#59)
This commit is contained in:
parent
d688fd4d4d
commit
41cade01be
17
.drone.yml
17
.drone.yml
@ -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: 297e2dc9881c2152099f0020141124b9fe38a87558f2da78359de3213b7bfd4a
|
hmac: 236f7dcfcdbb18ed57935d336f25ec56c34074e872a94682c932422e59def005
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user