mirror of
https://git.ari.lt/ari/forgejo-stats.git
synced 2024-11-14 21:32:38 +00:00
Update stats.yaml
This commit is contained in:
parent
cb40a4ab27
commit
4f1570cf0e
1 changed files with 3 additions and 3 deletions
|
@ -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: |
|
||||||
|
|
Loading…
Reference in a new issue