Skip to content

Commit

Permalink
Updated gh-action with code from r-pkgs gh-action
Browse files Browse the repository at this point in the history
  • Loading branch information
Lextuga007 committed Apr 17, 2024
1 parent c27009f commit 1e5b768
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/quarto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
- uses: r-lib/actions/setup-r-dependencies@v2
with:
cache-version: 2
extra-packages: |
extra-packages: any::pkgdown, local::.
needs: |
website
coverage

- name: Build site
run: |
Expand Down

0 comments on commit 1e5b768

Please sign in to comment.