Browse Source

Update .gitlab-ci.yml

Nathan Schneider 4 years ago
parent
commit
50968d13bd
1 changed files with 5 additions and 0 deletions
  1. 5 0
      .gitlab-ci.yml

+ 5 - 0
.gitlab-ci.yml

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