error hunt
This commit is contained in:
parent
31e54b2918
commit
7a0137d015
3 changed files with 10 additions and 15 deletions
9
.github/workflows/render-publish.yml
vendored
9
.github/workflows/render-publish.yml
vendored
|
|
@ -19,6 +19,15 @@ jobs:
|
|||
- name: Check out repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Set dependecies
|
||||
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
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue