Skip to content
Snippets Groups Projects
.gitlab-ci.yml 247 B
stages:
  - deploy
  
#before_script:
#  - gem install bundler
  
deploy_site:
  stage: deploy
  only:
    - master
  script:
     - pwd
#    - bundle install --path=vendor/
#    - bundle exec jekyll build
#  artifacts:
#    paths:
#      - _site/