From 54fa7c2c298092b9deb91114d8245212c3f4c7b4 Mon Sep 17 00:00:00 2001 From: Carson Sievert Date: Thu, 10 Aug 2023 13:50:02 -0500 Subject: [PATCH] Uncomment app deploy filter --- .github/workflows/apps-deploy.yml | 4 ++-- inst/apps/300-bs-themer/app.R | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/apps-deploy.yml b/.github/workflows/apps-deploy.yml index 13beec1841..00468c5566 100644 --- a/.github/workflows/apps-deploy.yml +++ b/.github/workflows/apps-deploy.yml @@ -36,7 +36,7 @@ jobs: server_name: "shinyapps.io" cores: 5 retry: 3 - extra_app_text: ", apps = c('000-all', '000-manual', '300-bs-themer')" + # extra_app_text: ", apps = c('000-all', '000-manual', '300-bs-themer')" ## Deployment server has been disabled - os: "${{ needs.config.outputs.ubuntu }}" @@ -48,7 +48,7 @@ jobs: # rspm: "https://demo.rstudiopm.com/all/__linux__/focal/latest" cores: 1 retry: 3 - extra_app_text: ", apps = c('000-all', '000-manual', '300-bs-themer')" + # extra_app_text: ", apps = c('000-all', '000-manual', '300-bs-themer')" env: R_REMOTES_NO_ERRORS_FROM_WARNINGS: true diff --git a/inst/apps/300-bs-themer/app.R b/inst/apps/300-bs-themer/app.R index a227d9ba3e..ff3443d521 100644 --- a/inst/apps/300-bs-themer/app.R +++ b/inst/apps/300-bs-themer/app.R @@ -1,5 +1,6 @@ ### Keep this line to manually test this shiny application. Do not edit this line; shinycoreci::::is_manual_app + library(bslib) # used to find app deps