Set people-thumbs to automate on 1st of every month

cron: '0 0 1 * * '
This commit is contained in:
niclaz 2024-09-08 20:39:46 +02:00 committed by GitHub
parent 15b4618ba6
commit 8b7ff17e47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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: