Skip to content

Commit

Permalink
Update nightly-readme-build.yml (#31)
Browse files Browse the repository at this point in the history
Only commit `.md` file
  • Loading branch information
jdhoffa authored May 6, 2024
1 parent aebb12b commit e635fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-readme-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
Rscript -e 'rmarkdown::render("README.Rmd")'
git config --local user.name "$GITHUB_ACTOR"
git config --local user.email "$GITHUB_ACTOR@users.noreply.github.com"
git commit README.* -m 'Re-build Rmarkdown files' || echo "No changes to commit"
git commit README.md -m 'Re-build Rmarkdown files' || echo "No changes to commit"
git push origin || echo "No changes to commit"

0 comments on commit e635fee

Please sign in to comment.