Skip to content

Commit

Permalink
test quarto render
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonfreitas committed Feb 17, 2024
1 parent e374ac3 commit e3f9154
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/workflows/build.yml
Expand Up @@ -51,9 +51,24 @@ jobs:
uses: quarto-dev/quarto-actions/setup@v2
with:
version: 1.4.550
- uses: r-lib/actions/setup-r@v2
with:
r-version: '4.2.0' # The R version to download (if necessary) and use.
- uses: r-lib/actions/setup-renv@v2
with:
cache-version: 1
- uses: r-lib/actions/setup-r-dependencies@v2
with:
packages:
any::knitr
any::rmarkdown
any::downlit
any::xml2
any::tidyverse
any::DT
- name: Run quarto render
run: |
quarto render .
quarto render
- name: Deploy pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit e3f9154

Please sign in to comment.