Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
restructured the publish workflow
  • Loading branch information
pmagdon authored Aug 27, 2024
1 parent cfd0825 commit d979c59
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,20 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v4

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2

- name: Install R
uses: r-lib/actions/setup-r@v2

- name: Setup R
- name: Install R Dependencies
uses: r-lib/actions/setup-r-dependencies@v2
with:
packages:
any::knitr
any::rmarkdown
any::downlit
any::xml2

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2

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

0 comments on commit d979c59

Please sign in to comment.