mirror of
https://github.com/thegeeklab/wp-docker-buildx.git
synced 2024-11-22 20:20:39 +00:00
ci: replace outdated gh-pages plugin (#178)
This commit is contained in:
parent
bc497b988a
commit
a72a46c989
17
.drone.yml
17
.drone.yml
@ -197,14 +197,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
|
||||||
@ -283,6 +286,6 @@ depends_on:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 0a2edb569e156dbb6c32a44b812757a28156b31a44325585c0f19ee0c6706fd4
|
hmac: 5e54d2041c971a61b9545f50d3eb303541de10ef02f6ecf9f5043c49e2827657
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user