mirror of
https://github.com/LucasVbr/LucasVbr.git
synced 2026-07-09 14:27:46 +00:00
Edit frequency of update
This commit is contained in:
@@ -5,7 +5,7 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 * * *' # runs at 12:00 UTC everyday
|
- cron: '0 */3 * * *' # runs every 3hours
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
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">
|
<div align="center">
|
||||||
|
|
||||||
This README is generated every day.<br>
|
This README is generated every 3 hours.<br>
|
||||||
Last refresh: **{{ data.today }}**<br>
|
Last refresh: **{{ data.today }}**<br>
|
||||||
{% for img in data.footer_badges -%}
|
{% for img in data.footer_badges -%}
|
||||||
{{ image(img) }}
|
{{ image(img) }}
|
||||||
|
|||||||
Reference in New Issue
Block a user