Update stats.yaml

This commit is contained in:
ari 2024-11-01 21:58:20 +00:00
parent cb40a4ab27
commit 4f1570cf0e

View file

@ -3,8 +3,8 @@ on:
branches:
- main
paths-ignore:
- "commits.png"
- "languages.png"
- "commits.svg"
- "languages.svg"
schedule:
- cron: "0 */8 * * *"
@ -39,7 +39,7 @@ jobs:
- name: Stage the changes
run: |
git add languages.png commits.png
git add languages.svg commits.svg
- name: Commit and Push Changes
run: |