Update lektor-deploy.yml

Add cronjob
This commit is contained in:
L3D 2020-07-23 00:50:29 +02:00 committed by GitHub
parent 7e292a3702
commit 209876a0fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,9 @@
name: Build and Deploy c3woc website
on:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '42 0 * * 0'
push:
branches:
- master