1
0
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:
Raoul Snyman 2020-02-20 15:30:13 +00:00
parent 20d3df1ca4
commit 2bcf283c33

View File

@ -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