mirror of
https://github.com/devolitalia/forty-jekyll-theme
synced 2025-02-09 00:08:54 +01:00
Update .gitlab-ci.yml
This commit is contained in:
parent
a8bf20ff5f
commit
6d96cf1ab5
@ -5,7 +5,7 @@ image: ruby:2.3
|
||||
test:
|
||||
stage: test
|
||||
script:
|
||||
- gem install jekyll #jekyll-sitemap #jekyll-seo-tag #jekyll-feed #jemoji
|
||||
- gem install jekyll
|
||||
- jekyll build -d test
|
||||
artifacts:
|
||||
paths:
|
||||
@ -16,7 +16,7 @@ test:
|
||||
pages:
|
||||
stage: deploy
|
||||
script:
|
||||
- gem install jekyll #jekyll-sitemap #jekyll-seo-tag #jekyll-feed #jemoji
|
||||
- gem install jekyll
|
||||
- jekyll build -d public
|
||||
artifacts:
|
||||
paths:
|
||||
|
Loading…
x
Reference in New Issue
Block a user