jekyllt / jasper

Full-featured Jekyll port of Ghost's default theme Casper 👻
https://jekyller.github.io/jasper/
MIT License
581 stars 348 forks source link

Site build on master pages #44

Closed alvarmaciel closed 7 years ago

alvarmaciel commented 7 years ago

Hi, I'm n00b using travis CI. I have managed to build a site using gh-page, but now i want to make use of the Jasper theme on a USERNAME.github.io site, that use master branch, I change to but I have an error on the build can you helpme: bundle exec rake site:deploy --quiet

Cloning into '../adle'...

error: pathspec 'source' did not match any file(s) known to git.

rake aborted!

Command failed with status (1): [git checkout source...]

/home/travis/build/acercadelaeducacion/acercadelaeducacion.github.io/Rakefile:60:in `block (2 levels) in <top (required)>'

/home/travis/.rvm/gems/ruby-2.1.10/bin/ruby_executable_hooks:15:in `eval'

/home/travis/.rvm/gems/ruby-2.1.10/bin/ruby_executable_hooks:15:in `

'

Tasks: TOP => site:deploy

(See full trace by running task with --trace)

alvarmaciel commented 7 years ago

Sorry, Its done, I take of branches: only: master

and it work.