Skip to content

Commit

Permalink
fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
d-morrison committed Dec 11, 2024
1 parent 8224493 commit 15b03b3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,19 @@ jobs:
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@HEAD

- uses: r-lib/actions/setup-r@HEAD
with:
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@HEAD
with:
needs: |
connect
website
extra-packages: |
local::.
any::pkgdown
- name: Render and Publish
uses: quarto-dev/quarto-actions/publish@HEAD
with:
Expand Down

0 comments on commit 15b03b3

Please sign in to comment.