Skip to content

Commit

Permalink
Update deploy-app.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke-Symes-Tsy authored Sep 2, 2024
1 parent ee20f11 commit a4d8362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
shell: Rscript {0}
run: |
shinylive::export(
".", "site", wasm_packages = FALSE, package_cache = FALSE,
".", "site", wasm_packages = TRUE, package_cache = TRUE,
template_params = list(title = "IncomeExplorer",
include_in_head = '<link rel="shortcut icon" href="favicon.ico" />')
)
Expand Down

0 comments on commit a4d8362

Please sign in to comment.