Skip to content

Commit

Permalink
Remove man/figures/
Browse files Browse the repository at this point in the history
  • Loading branch information
alice-hannah authored Oct 14, 2024
1 parent 6ee82d5 commit 86f9d1d
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 @@ -30,6 +30,6 @@ jobs:
run: |
git config --local user.name "$GITHUB_ACTOR"
git config --local user.email "$GITHUB_ACTOR@users.noreply.github.com"
git add README.md man/figures/README-*
git add README.md
git commit -m "Re-build README.md" || echo "No changes to commit"
git push origin || echo "No changes to commit"

0 comments on commit 86f9d1d

Please sign in to comment.