diff --git a/.github/workflows/apps-deploy.yml b/.github/workflows/apps-deploy.yml index 076da4ba63..87476be4b5 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('000-all', '000-manual', 1, 2)" + extra_app_text: ", apps = list('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('000-all', '000-manual', 1, 2)" + extra_app_text: ", apps = list('300-bs-themer')" env: R_REMOTES_NO_ERRORS_FROM_WARNINGS: true