Update lektor-deploy.yml
Add cronjob
This commit is contained in:
parent
7e292a3702
commit
209876a0fb
1 changed files with 3 additions and 0 deletions
3
.github/workflows/lektor-deploy.yml
vendored
3
.github/workflows/lektor-deploy.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue