Update markdown script

This commit is contained in:
howardwu 2020-06-15 17:38:14 -07:00
parent 66a27843fc
commit a725a2d999

View File

@ -38,7 +38,7 @@ jobs:
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git add .
git commit -m "Add markdown changes"
git diff-index --quiet HEAD || git commit -m "Add markdown changes"
- name: Push changes
uses: ad-m/github-push-action@master