From b1b2db5f98b7c0472c2ae9a0d98a2eac4f6417fe Mon Sep 17 00:00:00 2001 From: Carson Date: Wed, 9 Aug 2023 12:26:18 -0500 Subject: [PATCH] Try again --- .github/workflows/apps-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/apps-deploy.yml b/.github/workflows/apps-deploy.yml index 87476be4b5..13beec1841 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 = list('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 = list('300-bs-themer')" + extra_app_text: ", apps = c('000-all', '000-manual', '300-bs-themer')" env: R_REMOTES_NO_ERRORS_FROM_WARNINGS: true