Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinlennart committed Jan 16, 2024
1 parent ee4f0d0 commit a1218b3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2,476 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/quarto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,16 @@ jobs:
uses: actions/checkout@v3

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

# https://github.com/r-lib/actions/tree/v2-branch/setup-r-dependencies
- uses: r-lib/actions/setup-r-dependencies@v2
with:
packages:
any::knitr
any::rmarkdown
any::tidyverse

# https://github.com/quarto-dev/quarto-actions/tree/main/setup
- name: Set up Quarto
Expand Down
3 changes: 2 additions & 1 deletion .quartoignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
template.html
scl-slides-template.Rproj
*_files
*_files/
*_cache/
Loading

0 comments on commit a1218b3

Please sign in to comment.