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 f78dfd9 commit b4f243d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/render-README.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Render README.qmd to Markdown

on:
push: # Trigger on every push to the repository
push:
branches:
- '**' # Tracks all branches; restrict if needed
- main

jobs:
render:
Expand All @@ -19,6 +19,6 @@ jobs:
- name: Find and Render README.qmd Files
run: |
find . -name "README.qmd" | while read qmd_file; do
quarto render "$qmd_file" --to markdown
quarto render "$qmd_file" --to html
done

0 comments on commit b4f243d

Please sign in to comment.