From 16891436d659e88b2392966abbbbbc80ef801c7b Mon Sep 17 00:00:00 2001 From: Leandro Lerena Date: Thu, 10 Oct 2024 15:20:49 +0200 Subject: [PATCH] test cron build --- .github/workflows/gh-pages.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 3bee6d5..f0caabd 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -12,6 +12,10 @@ on: repository_dispatch: types: [ trigger ] # You can specify a custom event type + schedule: + - cron: '25 * * * *' # Runs at minute 0 of every hour (UTC) + + permissions: contents: read pages: write