From 209876a0fb06d416984d04effaeabd702975d9e4 Mon Sep 17 00:00:00 2001 From: L3D Date: Thu, 23 Jul 2020 00:50:29 +0200 Subject: [PATCH] Update lektor-deploy.yml Add cronjob --- .github/workflows/lektor-deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/lektor-deploy.yml b/.github/workflows/lektor-deploy.yml index 4caf7b7..5c5331e 100644 --- a/.github/workflows/lektor-deploy.yml +++ b/.github/workflows/lektor-deploy.yml @@ -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