Update .gitlab-ci.yml

This commit is contained in:
Nathan Schneider 2019-07-10 22:20:54 +00:00
parent 50968d13bd
commit 9db25c60c1

View File

@ -10,10 +10,10 @@ before_script:
- gem install jekyll
- gem install jekyll-deploy
stage: deploy
only:
- master
script:
- jekyll build
- jekyll deploy
#deploy_script: