Skip to content

Commit

Permalink
Update render-rmarkdown.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
zehuiyin authored Nov 17, 2023
1 parent 3b27c69 commit f4fd533
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/render-rmarkdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:

- name: Commit results
run: |
git config --global user.email "zehuiyin@gmail.com"
git config --global user.name "Zehui Yin"
git add .
git commit -m 'Re-build index' || echo "No changes to commit"
git push origin || echo "No changes to commit"

0 comments on commit f4fd533

Please sign in to comment.