mirror of
https://github.com/adulau/art.git
synced 2024-11-24 19:17:07 +00:00
Update .gitlab-ci.yml
This commit is contained in:
parent
25fe79db25
commit
e46e46fdeb
1 changed files with 11 additions and 11 deletions
|
@ -1,12 +1,12 @@
|
||||||
image: ruby
|
image: ruby
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- gem install jekyll
|
- gem install jekyll -v 3.3
|
||||||
- jekyll build -d public
|
- jekyll build -d public
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
Loading…
Reference in a new issue