Update .gitlab-ci.yml

This commit is contained in:
Andrew Banchich 2020-01-13 01:46:18 +00:00
parent 17d8fd9a3f
commit 04f5e6f9f6
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ image: ruby
pages:
stage: build
script:
- gem install jekyll bundler
- gem install jekyll
- jekyll build -d public
artifacts:
paths: