1
0
mirror of https://github.com/devolitalia/forty-jekyll-theme synced 2025-01-06 21:31:10 +01:00
devol.it/.gitlab-ci.yml
2020-01-13 01:46:18 +00:00

12 lines
150 B
YAML

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