art/.gitlab-ci.yml
2020-01-13 01:46:18 +00:00

12 lines
No EOL
150 B
YAML

image: ruby
pages:
stage: build
script:
- gem install jekyll
- jekyll build -d public
artifacts:
paths:
- public
only:
- master