mirror of
https://github.com/adulau/art.git
synced 2024-11-22 01:57:06 +00:00
9 lines
No EOL
121 B
YAML
9 lines
No EOL
121 B
YAML
image: ruby
|
|
|
|
pages:
|
|
stage: build
|
|
script:
|
|
- gem install jekyll
|
|
- jekyll build -d public
|
|
only:
|
|
- master |