Edit frequency of update

This commit is contained in:
LucasVbr
2022-06-06 11:24:26 +02:00
parent e9fbf7a31c
commit e8cfcee981
5 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ on:
branches:
- main
schedule:
- cron: '0 0 * * *' # runs at 12:00 UTC everyday
- cron: '0 */3 * * *' # runs every 3hours
jobs:
build:
+2
View File
@@ -0,0 +1,2 @@
__pycache__/*
__pycache__/**/*
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -18,7 +18,7 @@ I'm {{ data.info.name }}, a passionate developer from {{ imageWithSize(data.info
<div align="center">
This README is generated every day.<br>
This README is generated every 3 hours.<br>
Last refresh: **{{ data.today }}**<br>
{% for img in data.footer_badges -%}
{{ image(img) }}