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 cc595a1 commit 563feef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/render-README.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- name: Find and Render README.qmd Files
run: |
find . -name "README.qmd" | while read qmd_file; do
# quarto render "$qmd_file" --to markdown
rmarkdown::render(qmd_file)
quarto render "$qmd_file" --to markdown
# rmarkdown::render(qmd_file)
done
- name: Commit and Push Rendered Files
Expand Down

0 comments on commit 563feef

Please sign in to comment.