Skip to content

Commit

Permalink
fix(examples): Fix deployment of brand.yml example (#1157)
Browse files Browse the repository at this point in the history
* fix: use `brand.yml` for deployed example app name too
* fix: add `markdown` to required packages
  • Loading branch information
gadenbuie authored Jan 7, 2025
1 parent b9d6af4 commit 4f2b8f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inst/examples-shiny/brand.yml/deploy.R
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
withr::local_temp_libpaths()
install.packages(c("shiny", "ggplot2", "yaml", "thematic"))
install.packages(c("shiny", "ggplot2", "yaml", "thematic", "markdown"))

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

0 comments on commit 4f2b8f8

Please sign in to comment.