mirror of
https://github.com/LucasVbr/LucasVbr.git
synced 2026-05-13 17:11:52 +00:00
Edit frequency of update
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
__pycache__/*
|
||||
__pycache__/**/*
|
||||
Binary file not shown.
Binary file not shown.
@@ -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) }}
|
||||
|
||||
Reference in New Issue
Block a user