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