Skip to content

Commit

Permalink
Update R-CMD-check.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke committed Oct 5, 2023
1 parent 475dac3 commit daf7aa9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,10 @@ jobs:
shell: Rscript {0}
run: |
shinylive_lua <- file.path(
"local", "quarto", "_extensions", "quarto-ext", "shinylive", "shinylive.lua"
"local", "quarto", "_extensions",
# When installing from a zip url, there is no `quarto-ext` dir.
# "quarto-ext",
"shinylive", "shinylive.lua"
)
shinylive_lua |>
brio::read_file() |>
Expand Down

0 comments on commit daf7aa9

Please sign in to comment.