Skip to content

Commit e08aa08

Browse files
authored
Switch to shinylive package on CRAN (#4)
* Update publish-demo.yml Switch to CRAN version * Update index.qmd * Update README.md
1 parent c2d416e commit e08aa08

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/publish-demo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: r-lib/actions/setup-r-dependencies@v2
3333
with:
3434
packages:
35-
git::https://github.com/posit-dev/r-shinylive.git
35+
any::shinylive
3636
any::knitr
3737
any::rmarkdown
3838
any::downlit
@@ -47,4 +47,4 @@ jobs:
4747
with:
4848
target: gh-pages
4949
env:
50-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ jobs:
301301
uses: r-lib/actions/setup-r-dependencies@v2
302302
with:
303303
packages:
304-
git::https://github.com/posit-dev/r-shinylive.git
304+
any::shinylive
305305
any::knitr
306306
any::rmarkdown
307307
any::downlit

index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ jobs:
353353
uses: r-lib/actions/setup-r-dependencies@v2
354354
with:
355355
packages:
356-
git::https://github.com/posit-dev/r-shinylive.git
356+
any::shinylive
357357
any::knitr
358358
any::rmarkdown
359359
any::downlit

0 commit comments

Comments
 (0)