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 cb954f0 commit 38bd53b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/render-README.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
with:
persist-credentials: false # Prevents GitHub token reuse

persist-credentials: false
- name: Set up R
uses: r-lib/actions/setup-r@v2

Expand All @@ -26,10 +25,10 @@ jobs:
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2

- name: Find and Render README.qmd Files
- name: Find and Render README.qmd Files # quarto render "$qmd_file" --to markdown
run: |
find . -name "README.qmd" | while read qmd_file; do
quarto render "$qmd_file" --to markdown
rmarkdown::render(qmd_file)
done
- name: Commit and Push Rendered Files
Expand Down

0 comments on commit 38bd53b

Please sign in to comment.