mirror of
https://github.com/web3privacy/data
synced 2024-10-15 18:16:28 +02:00
Set people-thumbs to automate on 1st of every month
cron: '0 0 1 * * '
This commit is contained in:
parent
15b4618ba6
commit
8b7ff17e47
1 changed files with 2 additions and 2 deletions
4
.github/workflows/people-thumbs.yml
vendored
4
.github/workflows/people-thumbs.yml
vendored
|
@ -2,8 +2,8 @@ name: Generate people thumbnails
|
|||
# This file manages the workflow from generating the .webp thumbnails for deployment from files in /src/people/_images
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
schedule:
|
||||
- cron: '0 0 1 * *'
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
|
|
Loading…
Reference in a new issue