Skip to content

Commit

Permalink
another branch name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
avehtari committed Aug 9, 2023
1 parent ce5c593 commit 6534dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/render.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
git config --global --add safe.directory /work
git config --global user.name "avehtari"
git config --global user.email "[email protected]"
git checkout main
git checkout master
while read -r filename; do echo "$filename"; Rscript -e "rmarkdown::render('$filename')"; done < last_modified_rmd_files.txt
while read -r filename; do echo "$filename"; quarto render $filename; done < last_modified_qmd_files.txt
Expand Down

0 comments on commit 6534dc7

Please sign in to comment.