Skip to content

Commit

Permalink
Update GHA for render readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bahadzie committed Jul 24, 2024
1 parent fc32825 commit c756a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/render_readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ jobs:
then
git add man/figures/
fi
git diff-index --quiet HEAD || git commit -m "Automatic readme update"
git diff-index --quiet || git commit -m "Automatic readme update"
git push origin || echo "No changes to push"

0 comments on commit c756a6b

Please sign in to comment.