mirror of
https://github.com/devolitalia/forty-jekyll-theme
synced 2025-01-24 22:19:47 +01:00
Update .gitlab-ci.yml
This commit is contained in:
parent
25fe79db25
commit
e46e46fdeb
@ -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 New Issue
Block a user