Skip to content

Commit

Permalink
Update render-README.qmd.yml
Browse files Browse the repository at this point in the history
bugfix
  • Loading branch information
NicK4rT authored Nov 13, 2024
1 parent 37b237e commit 9e64668
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/render-README.qmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
wget https://github.com/quarto-dev/quarto-cli/releases/download/v1.2.269/quarto-1.2.269-linux-amd64.deb
sudo dpkg -i quarto-1.2.269-linux-amd64.deb
- name: Install R and Required Packages
run: |
sudo apt-get update
sudo apt-get install -y r-base
Rscript -e 'install.packages(c("rmarkdown", "jsonlite"), repos="https://cloud.r-project.org")'
- name: Render README.qmd files to README.md
run: |
for file in $(find . -name 'README.qmd'); do
Expand Down

0 comments on commit 9e64668

Please sign in to comment.