You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I want to use travis ci method for user pages. I'm testing and playing but i'm new with this.
I made a branch "source" where i have the jasper files and now I'm building on "master" branch because i modify the destination_branch variable on Rakefile.
But is this the right procedure?
The text was updated successfully, but these errors were encountered:
@alvarmaciel yup! for personal pages jekyll uses master instead of gh_pages as the default branch. I guess it should work if you put your source in some other branch and then push the built pages to master...
Yes, I do that and change in the Rakefile de destination. Besides i have to change the config in Travis CI to disable the build in the branch that doesn't have a .travis.yml. That solve the attempt to build the master branch once the build source push to master.
Hi,
I want to use travis ci method for user pages. I'm testing and playing but i'm new with this.
I made a branch "source" where i have the jasper files and now I'm building on "master" branch because i modify the destination_branch variable on Rakefile.
But is this the right procedure?
The text was updated successfully, but these errors were encountered: