Skip to content

Commit

Permalink
only install shinylive
Browse files Browse the repository at this point in the history
  • Loading branch information
topepo committed Dec 27, 2024
1 parent 128ffb0 commit b881866
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,30 +24,15 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install system dependencies
run: |
sudo apt-get update -qq
sudo apt-get install -y libcurl4-openssl-dev libarchive-dev
sudo apt-get install -y libharfbuzz-dev libfribidi-dev
- name: "Setup R"
uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true

- name: Cache packages
uses: actions/cache@v1
with:
path: ${{ env.RENV_PATHS_ROOT }}
key: ${{ runner.os }}-renv-${{ hashFiles('**/renv.lock') }}
restore-keys: |
${{ runner.os }}-renv-
- name: Restore packages
- name: Install shinylive package
shell: Rscript {0}
run: |
if (!requireNamespace("renv", quietly = TRUE)) install.packages("renv")
renv::restore()
install.packages("shinylive")
- uses: quarto-dev/quarto-actions/setup@v2
with:
Expand Down

0 comments on commit b881866

Please sign in to comment.