mirror of
https://gitlab.com/openlp/website.git
synced 2024-12-22 04:52:49 +00:00
Update .gitlab-ci.yml for deploying to GitLab pages
This commit is contained in:
parent
20d3df1ca4
commit
2bcf283c33
@ -20,3 +20,14 @@ deploy:
|
||||
- scp -r * openlp@openlp.org:public_html/
|
||||
only:
|
||||
- master@openlp/website
|
||||
|
||||
pages:
|
||||
script:
|
||||
- nikola theme -i bootstrap3
|
||||
- nikola build
|
||||
- mv build public
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
only:
|
||||
- master@openlp/website
|
Loading…
Reference in New Issue
Block a user