Update .gitlab-ci.yml

This commit is contained in:
Nathan Schneider 2019-07-10 22:20:19 +00:00
parent a6a3e073e9
commit 50968d13bd

View File

@ -9,6 +9,11 @@ before_script:
- bundle install
- gem install jekyll
- gem install jekyll-deploy
stage: deploy
only:
- master
script:
- jekyll deploy
#deploy_script: