Skip to content

Commit

Permalink
Switch to shinylive package on CRAN (#4)
Browse files Browse the repository at this point in the history
* Update publish-demo.yml

Switch to CRAN version

* Update index.qmd

* Update README.md
  • Loading branch information
coatless authored Oct 26, 2023
1 parent c2d416e commit e08aa08
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: r-lib/actions/setup-r-dependencies@v2
with:
packages:
git::https://github.com/posit-dev/r-shinylive.git
any::shinylive
any::knitr
any::rmarkdown
any::downlit
Expand All @@ -47,4 +47,4 @@ jobs:
with:
target: gh-pages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ jobs:
uses: r-lib/actions/setup-r-dependencies@v2
with:
packages:
git::https://github.com/posit-dev/r-shinylive.git
any::shinylive
any::knitr
any::rmarkdown
any::downlit
Expand Down
2 changes: 1 addition & 1 deletion index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ jobs:
uses: r-lib/actions/setup-r-dependencies@v2
with:
packages:
git::https://github.com/posit-dev/r-shinylive.git
any::shinylive
any::knitr
any::rmarkdown
any::downlit
Expand Down

0 comments on commit e08aa08

Please sign in to comment.