Skip to content

Commit

Permalink
Update render-README.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NicK4rT authored Nov 23, 2024
1 parent b4f243d commit fbb5d6a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/render-README.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Install R and Required Packages
run: |
sudo apt-get update
sudo apt-get install -y r-base
Rscript -e 'if (!requireNamespace("rmarkdown", quietly = TRUE)) install.packages("rmarkdown")'
Rscript -e 'if (!requireNamespace("knitr", quietly = TRUE)) install.packages("knitr")'
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2

Expand Down

0 comments on commit fbb5d6a

Please sign in to comment.