Skip to content

Commit

Permalink
Uncomment app deploy filter
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert authored Aug 10, 2023
1 parent 06ae83d commit 54fa7c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/apps-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions inst/apps/300-bs-themer/app.R
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 54fa7c2

Please sign in to comment.