Newer
Older
# This file is a template, and might need editing before it works on your project.
# Template project: https://gitlab.com/pages/jekyll
# Docs: https://docs.gitlab.com/ce/pages/
variables:
JEKYLL_ENV: production
before_script:
- bundle install
test:
stage: test
script:
#- ./generate ../assets/Changelog -o ../html/changelog.html
- bundle exec jekyll build -d test
artifacts:
paths:
- test
- cd generator
#- ./generate ../assets/Changelog -o ../html/changelog.html
- cd ..
- bundle exec jekyll build -d public
artifacts:
paths:
- public