This is a feature request. 馃樅
Could there be an argument docs to use_pkgdown(), that'd prevent the creation of the docs/ folder if set to FALSE? The reason for my asking is that I like setting the config file and then use tic for deployment i.e.
usethis::use_pkgdown()
travis::use_tic()
with which the pkgdown website will be deployed to a gh-pages branch, not to docs/. I know that in that case I'm only using usethis::use_pkgdown() to add a config file which is maybe not a good idea. 馃
This is a feature request. 馃樅
Could there be an argument
docstouse_pkgdown(), that'd prevent the creation of the docs/ folder if set toFALSE? The reason for my asking is that I like setting the config file and then useticfor deployment i.e.with which the
pkgdownwebsite will be deployed to a gh-pages branch, not to docs/. I know that in that case I'm only usingusethis::use_pkgdown()to add a config file which is maybe not a good idea. 馃