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