I ma developin a package and I not the following error using the function usethis::use_pkgdown_github_pages()
usethis::use_pkgdown_github_pages()
Error in stop_bad_github_remote_config()
:
! Unsupported GitHub remote configuration: 'no_github'
• Host = NA
• origin =
• upstream =
• Neither 'origin' nor 'upstream' is a GitHub repo.
Read more about the GitHub remote configurations that usethis supports at:
'Chapter 25 Common remote setups | Happy Git and GitHub for the useR'
Run rlang::last_trace()
to see where the error occurred.