Skip to content

Commit

Permalink
Update publish.yml with GHA r dept
Browse files Browse the repository at this point in the history
  • Loading branch information
hythloda authored Mar 6, 2024
1 parent d48e1d6 commit 03a5b78
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,28 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v4

# Setup R environment
- name: Setup R
uses: r-lib/actions/setup-r@v2

# Setup R dependencies
- name: Install R dependencies
uses: r-lib/actions/setup-r-dependencies@v2
with:
cache-version: 2
extra-packages: |
any::ggplot2
any::rcmdcheck
needs: |
website
coverage
# Setup Quarto
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2

# Render and Publish
- name: Render and Publish
uses: quarto-dev/quarto-actions/publish@v2
with:
Expand Down

0 comments on commit 03a5b78

Please sign in to comment.