mirror of
https://github.com/devolitalia/forty-jekyll-theme
synced 2025-01-08 22:31:26 +01:00
Update .gitlab-ci.yml
This commit is contained in:
parent
e1300a960d
commit
796528f89e
@ -5,7 +5,7 @@ image: ruby:2.3
|
||||
test:
|
||||
stage: test
|
||||
script:
|
||||
- gem install jekyll jekyll-sitemap jekyll-seo-tag jekyll-assets
|
||||
- gem install jekyll jekyll-sitemap jekyll-seo-tag
|
||||
- jekyll build -d test
|
||||
artifacts:
|
||||
paths:
|
||||
@ -16,7 +16,7 @@ test:
|
||||
pages:
|
||||
stage: deploy
|
||||
script:
|
||||
- gem install jekyll jekyll-sitemap jekyll-seo-tag jekyll-assets
|
||||
- gem install jekyll jekyll-sitemap jekyll-seo-tag
|
||||
- jekyll build -d public
|
||||
artifacts:
|
||||
paths:
|
||||
|
Loading…
Reference in New Issue
Block a user