Browse Source

Update .gitlab-ci.yml

Nathan Schneider 4 years ago
parent
commit
a6a3e073e9
1 changed files with 1 additions and 0 deletions
  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: