Browse Source

Update .gitlab-ci.yml

Nathan Schneider 4 năm trước cách đây
mục cha
commit
50968d13bd
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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: