Skip to content
Snippets Groups Projects
.gitlab-ci.yml 164 B
Newer Older
deploy:
    only:
        - master
    script:
        - env LANG=en_US.UTF-8 bundle install --path=vendor/
        - env LANG=en_US.UTF-8 bundle exec jekyll build