Update .gitlab-ci.yml
This commit is contained in:
parent
5de3bddf19
commit
a832c1ef83
|
@ -5,7 +5,7 @@ image: ruby:2.3
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- gem install jekyll jekyll-sitemap jekyll-seo-tag
|
- gem install jekyll jekyll-admin jekyll-sitemap jekyll-seo-tag
|
||||||
- jekyll build -d test
|
- jekyll build -d test
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
@ -16,7 +16,7 @@ test:
|
||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- gem install jekyll jekyll-sitemap jekyll-seo-tag
|
- gem install jekyll jekyll-admin jekyll-sitemap jekyll-seo-tag
|
||||||
- jekyll build -d public
|
- jekyll build -d public
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in New Issue