Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
mblue9 committed Mar 30, 2024
1 parent 9809d7a commit 1017599
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/quarto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,13 @@ jobs:
- name: Cache R packages
uses: actions/cache@v3
with:
path: |
~/R/library
path: /usr/local/lib/R/site-library
key: ${{ env.cache-version }}-${{ runner.os }}-r-${{ hashFiles('**/*.qmd', '.github/workflows/*.yml') }}
restore-keys: ${{ env.cache-version }}-${{ runner.os }}-r-

- name: Install R dependencies
run: |
install.packages(c("slackr", "dplyr", "tidyr", "lubridate", "purrr", "reactable"), repos = "https://cloud.r-project.org/")
Rscript -e 'install.packages(c("slackr", "dplyr", "tidyr", "lubridate", "purrr", "reactable"))'
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
Expand Down

0 comments on commit 1017599

Please sign in to comment.