Add a step to the pipeline for publishing the website
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Manuel Thalmann 2022-12-15 23:08:48 +01:00
parent da371fdca2
commit c11994c3a9

View file

@ -11,3 +11,15 @@ pipeline:
image: node
commands:
- 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