-
Notifications
You must be signed in to change notification settings - Fork 25
Fix svgo
workflow for ptable scatter plots
#187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
can this PR be closed? |
I cannot recreate this issue for some reason, tried to enable |
maybe because it's a newer version of |
No idea. And the workflow doesn't show |
…om:janosh/pymatviz
@janosh Perhaps we could merge this now until (hopefully never) this issue pop up again? |
.github/workflows/svgo.yml
Outdated
if git diff --quiet assets; then | ||
echo "No changes to commit" | ||
exit 0 | ||
fi | ||
git config user.name "Janosh Riebesell" | ||
git config user.email [email protected] | ||
git add assets | ||
git commit -m "compress new SVG assets" | ||
git commit -m "[workflow] Compress new SVG assets" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added this prefix to distinguish between a commit added by automatic workflow (I thought the original commit was done by you yourself)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good idea
Thanks! |
* trigger svgo workflow * compress new SVG assets * Revert "compress new SVG assets" This reverts commit 9b37f26. * Revert "trigger svgo workflow" This reverts commit 2b2bdc1. * remove scatter plot exclusion * add debug tag: show svgo version * add remove tag * combine svgo install and run step * add some spaces * git commit -m "[workflow->ci] Compress new SVG assets" --------- Co-authored-by: Janosh Riebesell <[email protected]>
Summary
svgo
compress workflow for ptable scatter plots, to closesvgo
might break ptable scatter plots #184svgo
version for easier tracking of future issue (hopefully never)The original commit when the issue was first noticed: #165