From 62c65c752f168f63210217585d9af5a22465e80e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Biron?= Date: Tue, 26 Nov 2024 14:58:00 +0100 Subject: [PATCH] Add schedule to deploy automatically --- .github/workflows/gh-pages.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 3a8a7255b..d175eda30 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -4,7 +4,8 @@ on: push: branches: [ main ] workflow_call: - + schedule: + - cron: '0 2 * * 4' # Every Thursday at 2:00 AM UTC jobs: test: uses: "OpenTermsArchive/opentermsarchive.org/.github/workflows/test.yml@main"