Skip to content

Commit

Permalink
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFf
Browse files Browse the repository at this point in the history
  • Loading branch information
ahomoudi committed Aug 16, 2023
1 parent 9f63175 commit cd13c22
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,18 @@ jobs:
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2

- uses: r-lib/actions/setup-r@v2
with:
r-version: '4.3.1' # The R version to download (if necessary) and use.

- uses: r-lib/actions/setup-r-dependencies@v2
with:
with:
packages:
any::knitr

- uses: r-lib/actions/setup-r-dependencies@v2
with:
packages:
any::rmarkdown

any::downlit
any::xml2

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

0 comments on commit cd13c22

Please sign in to comment.