mirror of
https://git.ari.lt/ari/forgejo-stats.git
synced 2024-11-14 13:22: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:
|
||||
- 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: |
|
||||
|
|
Loading…
Reference in a new issue