Skip to content

Commit

Permalink
update pkgdown ga for new charpente pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
DivadNojnarg committed Nov 4, 2022
1 parent abf1e0b commit 468cf6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ set_version_control <- function(remote, private) {
#ui_info("Creating {ui_value(repo_status)} remote repository at {ui_value(remote)}")
use_github(remote, private, protocol = "ssh")
use_github_action_check_standard()
use_github_action(url = "https://raw.githubusercontent.com/r-lib/actions/master/examples/pkgdown.yaml")
use_github_action(name = "pkgdown.yaml")
use_github_actions_badge()
} else {
ui_warn("Please create a valid Github token (see usethis::gh_token_help()) and restart.")
Expand Down

0 comments on commit 468cf6e

Please sign in to comment.