Skip to content

Commit 63a0955

Browse files
committed
try changes
1 parent 7fd5151 commit 63a0955

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,12 @@ jobs:
2323
2424
- name: Install R dependencies
2525
uses: r-lib/actions/setup-r-dependencies@v2
26-
27-
- name: Install shinylive assets
28-
run: |
29-
Rscript -e "shinylive::assets_download('0.10.6')"
30-
Rscript -e "shinylive::assets_cleanup()"
31-
env:
32-
R_CACHE_HOME: ${{ runner.tempPath }}/Rcache
3326

3427
- name: Set up Quarto
3528
uses: quarto-dev/quarto-actions/setup@v2
3629

3730
- name: Render website with BabelQuarto
3831
run: Rscript -e 'babelquarto::render_website()'
39-
env:
40-
R_CACHE_HOME: ${{ runner.tempPath }}/Rcache
4132

4233
- name: Deploy
4334
uses: quarto-dev/quarto-actions/publish@v2

DESCRIPTION

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,5 @@ Imports:
4040
xml2
4141
Remotes:
4242
ropensci-review-tools/babelquarto,
43-
43+
posit-dev/r-shinylive
44+
posit-dev/shinylive

0 commit comments

Comments
 (0)