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
1 changed files with 11 additions and 0 deletions

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