浏览代码

Update .gitlab-ci.yml

Nathan Schneider 4 年之前
父节点
当前提交
43ced35aca
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      .gitlab-ci.yml

+ 1 - 2
.gitlab-ci.yml

@@ -8,10 +8,9 @@ before_script:
   - apt-get update -qq && apt-get install -y -qq rsync sshpass
   - bundle install
   - gem install jekyll
-
-deploy_script:
   - jekyll deploy
 
+deploy_script:
 #  stage: deploy
 #  only:
 #    - master