mirror of
https://github.com/devolitalia/forty-jekyll-theme
synced 2025-01-09 14:44:16 +01:00
Update .gitlab-ci.yml
This commit is contained in:
parent
cff06d1326
commit
4eaadf27ed
@ -5,7 +5,7 @@ image: ruby:2.3
|
||||
test:
|
||||
stage: test
|
||||
script:
|
||||
- gem install jekyll nodejs jekyll-sitemap jekyll-seo-tag jekyll-assets sass uglifier
|
||||
- gem install jekyll jekyll-sitemap jekyll-seo-tag jekyll-assets
|
||||
- jekyll build -d test
|
||||
artifacts:
|
||||
paths:
|
||||
@ -16,7 +16,7 @@ test:
|
||||
pages:
|
||||
stage: deploy
|
||||
script:
|
||||
- gem install jekyll nodejs jekyll-sitemap jekyll-seo-tag jekyll-assets sass uglifier
|
||||
- gem install jekyll jekyll-sitemap jekyll-seo-tag jekyll-assets
|
||||
- jekyll build -d public
|
||||
artifacts:
|
||||
paths:
|
||||
|
Loading…
Reference in New Issue
Block a user