Files
blog/.gitlab-ci.yml
daudix-UFO 0b4ed1f25c feat: Stuff
2023-08-31 07:24:39 +03:00

10 lines
140 B
YAML

image: jekyll/jekyll
pages:
script:
- bundle install
- bundle exec jekyll build -d public
artifacts:
paths:
- public