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
- gem install jekyll-deploy - gem install jekyll-deploy
stage: deploy
only: only:
- master - master
script: script:
- jekyll build
- jekyll deploy - jekyll deploy
#deploy_script: #deploy_script: