This repository contains a GitHub Actions workflow that periodically updates last commit badges for the LaTeX4Ei organization. These badges help you see at a glance when each repo was last updated. They’re generated by Shields.io and pushed to GitHub Pages for convenient embedding in docs or websites.
-
Scheduled Workflow
The workflow runs on a schedule (e.g., weekly) to fetch the latest commit info for each repository under the LaTeX4Ei organization. -
Badge Generation
Using Shields.io, the workflow creates custom badges reflecting how long it’s been since the last commit. For example, older repos might get a red badge, while recently updated repos get a green badge. -
Publishing
The generated badges are pushed to a branch configured for GitHub Pages. They’re then publicly accessible under a URL like:https://latex4ei.github.io/badges/last-commit/<REPO-NAME>.svg
Embed it using Markdown:
![Last Commit](https://latex4ei.github.io/badges/last-commit/<REPO-NAME>.svg)
For example:
These badges are also displayed on the LaTeX4Ei website.