Pagedown: travis fails to deploy to gh pages

Created on 15 Nov 2019  路  2Comments  路  Source: rstudio/pagedown

@yihui I've noticed that the two latest travis builds have failed to deploy to gh-pages:

The git configuration file https://xran.yihui.name/.gitconfig seems to be correct. I don't understand what is the problem.

Most helpful comment

In .travis.yml, I should have used curl -L so that curl can follow the redirect. Thank you!

All 2 comments

In .travis.yml, I should have used curl -L so that curl can follow the redirect. Thank you!

Was this page helpful?
0 / 5 - 0 ratings