mirror of
https://github.com/adulau/art.git
synced 2024-11-21 17:47:05 +00:00
Update .gitlab-ci.yml
This commit is contained in:
parent
4589b7efa5
commit
b7cc3069e6
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ image: ruby:2.3
|
|||
test:
|
||||
stage: test
|
||||
script:
|
||||
- gem install jekyll jekyll-sitemap jekyll-seo-tag jekyll-feed jemoji jekyll-press therubyrunner
|
||||
- gem install jekyll jekyll-sitemap jekyll-seo-tag jekyll-feed jemoji jekyll-press therubyracer
|
||||
- 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 jekyll-press therubyrunner
|
||||
- gem install jekyll jekyll-sitemap jekyll-seo-tag jekyll-feed jemoji jekyll-press therubyracer
|
||||
- jekyll build -d public
|
||||
artifacts:
|
||||
paths:
|
||||
|
|
Loading…
Reference in a new issue