Skip to content

Commit

Permalink
Try and use CRAN shinylive, and escape quotes in export command
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke-Symes-Tsy committed Aug 15, 2024
1 parent 2d60502 commit 2e279a2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
- uses: rstudio/shiny-workflows/setup-r-package@v1
with:
packages: |
renv
posit-dev/r-shinylive
shinylive
sessioninfo
cache-version: ${{ github.event.inputs.cache-version }}

Expand All @@ -38,7 +37,7 @@ jobs:
shinylive::export(
".", "site", wasm_packages = FALSE, package_cache = FALSE,
template_params = list(title = "IncomeExplorer",
include_in_head = "<link rel="shortcut icon" href="favicon.ico" />")
include_in_head = '<link rel="shortcut icon" href="favicon.ico" />')
)
- name: Upload site artifact
Expand Down

0 comments on commit 2e279a2

Please sign in to comment.