소스 검색

Update .gitlab-ci.yml

Nathan Schneider 4 년 전
부모
커밋
a6a3e073e9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .gitlab-ci.yml

+ 1 - 0
.gitlab-ci.yml

@@ -8,6 +8,7 @@ before_script:
   - apt-get update -qq && apt-get install -y -qq rsync sshpass
   - bundle install
   - gem install jekyll
+  - gem install jekyll-deploy
   - jekyll deploy
 
 #deploy_script: