Browse Source

Update .gitlab-ci.yml

Nathan Schneider 4 years ago
parent
commit
9db25c60c1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.gitlab-ci.yml

@@ -10,10 +10,10 @@ before_script:
   - gem install jekyll
   - gem install jekyll-deploy
 
-stage: deploy
 only:
   - master
 script:
+  - jekyll build
   - jekyll deploy
 
 #deploy_script: