stages:
  - deploy

#before_script:
#  - gem install bundler

variables:
  GIT_TRACE: "true"
  GIT_TRACE_PACKET: "true"
  GIT_CURL_TRACE: "true"

deploy_site:
  stage: deploy
  script:
    - whoami
#   - bundle install --path=vendor/
#   - bundle exec jekyll build
#  artifacts:
#   paths:
#     - _site/