Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modifications for user pages #46

Open
alvarmaciel opened this issue Sep 15, 2017 · 3 comments
Open

Modifications for user pages #46

alvarmaciel opened this issue Sep 15, 2017 · 3 comments

Comments

@alvarmaciel
Copy link

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?

@alvarmaciel
Copy link
Author

Ok, finally I can do it.

  1. Must have a "source" branch in wich i put de source
  2. In RakeFile I chang the destination_branch variable
  3. In Travis CI set on the Build only if RakeFile is present (On the setting of your repo in travis)

@biomadeira
Copy link
Member

biomadeira commented Sep 19, 2017

@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...

@alvarmaciel
Copy link
Author

alvarmaciel commented Sep 19, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants