Open douglashill opened 8 years ago
It commits the built site to gh-pages
then fails at the next step:
git push origin gh-pages --quiet > /dev/null 2>&1
rake aborted!
Command failed with status (1): [git push origin gh-pages --quiet > /dev/nu...]
/home/travis/build/chriseidhof/pomotv/vendor/bundle/ruby/1.9.1/bundler/gems/middleman-gh-pages-87ce11bd6062/lib/middleman-gh-pages/tasks/gh-pages.rake:80:in `block (2 levels) in <top (required)>'
/home/travis/build/chriseidhof/pomotv/vendor/bundle/ruby/1.9.1/bundler/gems/middleman-gh-pages-87ce11bd6062/lib/middleman-gh-pages/tasks/gh-pages.rake:73:in `block in <top (required)>'
Tasks: TOP => publish
(See full trace by running task with --trace)
travis_fold:end:dpl.3
Script failed with status 1
failed to deploy
The build broke in the middle of my last PRs
It seems to be deployment that’s broken. Looking at the log it seems the site builds and the PRs themselves were green