This commit is contained in:
parent
d060cba74f
commit
2bf3fd1797
@ -79,8 +79,8 @@ local PipelineDocumentation = {
|
|||||||
name: 'publish',
|
name: 'publish',
|
||||||
image: 'plugins/gh-pages:latest',
|
image: 'plugins/gh-pages:latest',
|
||||||
settings: {
|
settings: {
|
||||||
username: { from_secret: 'github_username' },
|
username: { from_secret: 'gitea_username' },
|
||||||
password: { from_secret: 'github_token' },
|
password: { from_secret: 'gitea_token' },
|
||||||
pages_directory: '_docs/',
|
pages_directory: '_docs/',
|
||||||
target_branch: 'docs',
|
target_branch: 'docs',
|
||||||
},
|
},
|
||||||
|
@ -76,10 +76,10 @@ steps:
|
|||||||
settings:
|
settings:
|
||||||
pages_directory: _docs/
|
pages_directory: _docs/
|
||||||
password:
|
password:
|
||||||
from_secret: github_token
|
from_secret: gitea_token
|
||||||
target_branch: docs
|
target_branch: docs
|
||||||
username:
|
username:
|
||||||
from_secret: github_username
|
from_secret: gitea_username
|
||||||
when:
|
when:
|
||||||
ref:
|
ref:
|
||||||
- refs/heads/master
|
- refs/heads/master
|
||||||
@ -144,6 +144,6 @@ depends_on:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 2a14fa69600ed205c69afd9805d05918de10286808a2c387b9c9060f2b5aa99f
|
hmac: 143d7b91e1df263950f1633bf55ba977f9d1e70d7cc2b505e24fab6a3a1ff156
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user