automated screenies (rev. 1)

Posted: 2025-06-25

Whenever I push the screenies tag of my GitHub repo, the corresponding workflow runs.

All it does is download and install Playwright used for captures, run the capture script, and commit the resulting PNGs to .github/assets.

I then reference them from my README using the standard Markdown ![alt text](image URL) syntax.

In the end, to recreate the screenies, I run:

git tag -f screenies && git push -f --tags

Other articles: