fix docs links, prepare workflows, update action example

This commit is contained in:
martin-mfg
2026-01-17 12:31:59 +01:00
parent 9db997305e
commit 5c4c3fceb9
6 changed files with 24 additions and 17 deletions
+2 -2
View File
@@ -42,10 +42,10 @@ ${REPO_CARD_LINKS_FLAG}
`;
const createRepoMdLink = (theme) => {
return `\n[${theme}_repo]: https://github-readme-stats.vercel.app/api/pin/?username=anuraghazra&repo=github-readme-stats&cache_seconds=86400&theme=${theme}`;
return `\n[${theme}_repo]: https://grs.rickstaa.dev/api/pin/?username=anuraghazra&repo=github-readme-stats&cache_seconds=86400&theme=${theme}`;
};
const createStatMdLink = (theme) => {
return `\n[${theme}]: https://github-readme-stats.vercel.app/api?username=anuraghazra&show_icons=true&hide=contribs,prs&cache_seconds=86400&theme=${theme}`;
return `\n[${theme}]: https://grs.rickstaa.dev/api?username=anuraghazra&show_icons=true&hide=contribs,prs&cache_seconds=86400&theme=${theme}`;
};
const generateLinks = (fn) => {