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

Fix .travis.yml file #1

Open
SamGuay opened this issue Jul 31, 2019 · 1 comment
Open

Fix .travis.yml file #1

SamGuay opened this issue Jul 31, 2019 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@SamGuay
Copy link
Member

SamGuay commented Jul 31, 2019

I am not familiar with the Travis CI steps and I feel stupid to not be able the steps to make it work.

Here's the instruction to build and deploy the book on the gh-pages branch automatically from the master branch: https://bookdown.org/yihui/bookdown/github.html.

I'm sure it's simple once you know how to do it.

@SamGuay SamGuay added bug Something isn't working help wanted Extra attention is needed labels Jul 31, 2019
@jcolomb
Copy link
Contributor

jcolomb commented Aug 12, 2019

This function is used to create the book only on the server side, not locally.
(the idea is that you do not have to push the changes in the html/pdf files, only push the change in the .md files and the rest is done on the server side (travis in this case).)

I think it is not very urgent to take care of, maybe worth looking into it when we get a pdf output ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants