Add a step to the pipeline for publishing the website
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
da371fdca2
commit
c11994c3a9
|
@ -11,3 +11,15 @@ pipeline:
|
||||||
image: node
|
image: node
|
||||||
commands:
|
commands:
|
||||||
- npm run lint
|
- npm run lint
|
||||||
|
publish:
|
||||||
|
image: plugins/gh-pages
|
||||||
|
settings:
|
||||||
|
username: thalmma5
|
||||||
|
password:
|
||||||
|
from_secret:
|
||||||
|
github_token
|
||||||
|
ssh_key:
|
||||||
|
from_secret:
|
||||||
|
github_sshkey
|
||||||
|
target_branch: gh-pages
|
||||||
|
pages_directory: ./lib/static
|
||||||
|
|
Loading…
Reference in a new issue