From 0891f6ba7aae5a22240d9ecbbcb1e5b1024aebb4 Mon Sep 17 00:00:00 2001 From: Anand Chowdhary Date: Wed, 14 Oct 2020 02:25:56 +0530 Subject: [PATCH] :construction_worker: Run Static Site CI every day --- .github/workflows/site.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 6bbdfa4b..eae8ab32 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -1,5 +1,7 @@ name: Static Site CI on: + schedule: + - cron: "0 1 * * *" push: branches: - master