Skip to content

Commit

Permalink
fix: path to deploy brand.yml example app (#1156)
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie authored Jan 7, 2025
1 parent 0977ad7 commit b9d6af4
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 @@ -2,7 +2,7 @@ withr::local_temp_libpaths()
install.packages(c("shiny", "ggplot2", "yaml", "thematic"))

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

0 comments on commit b9d6af4

Please sign in to comment.