Skip to content

Commit

Permalink
fix(example): brand.yml deployed name (#1158)
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie authored Jan 7, 2025
1 parent 4f2b8f8 commit 471a49c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/examples-shiny/brand.yml/deploy.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ install.packages(c("shiny", "ggplot2", "yaml", "thematic", "markdown"))

rsconnect::deployApp(
rprojroot::find_package_root_file("inst/examples-shiny/brand.yml"),
appName = "brand.yml",
appName = "brand-yml",
account = "bslib",
forceUpdate = TRUE
)

0 comments on commit 471a49c

Please sign in to comment.