Skip to content

Commit

Permalink
remove overly specific reference to qmd/ in quarto render
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmanke committed Apr 4, 2024
1 parent 1c9579b commit 5fdba35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/render-qmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Render quarto
# continue-on-error: true # only for error tracking
run: |
quarto render qmd
quarto render
- name: Show all files in docs
run: ls -Ral docs
Expand Down

0 comments on commit 5fdba35

Please sign in to comment.