Nathan Schneider пре 4 година
родитељ
комит
50968d13bd
1 измењених фајлова са 5 додато и 0 уклоњено
  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: