steps: buildsite: image: ruby commands: - chmod -R a+w . - gem install bundler - bundle install - bundle exec jekyll build pushsite: image: ubuntu commands: - ls -ltr _site - echo "Done!"