Skip to content

Commit

Permalink
add man/figures to git add
Browse files Browse the repository at this point in the history
  • Loading branch information
seabbs authored and sbfnk committed Jan 5, 2024
1 parent 8afcbec commit e01450f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/render_readme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ jobs:
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add README.md
git add README.md man/figures
git diff-index --quiet HEAD || git commit -m "Automatic readme update"
git status -sb | grep -q ahead && git push origin

0 comments on commit e01450f

Please sign in to comment.