From c426eca4d1f871ccf911cc70fe4a8d9891a4b1f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20H=C3=B6hn?= Date: Tue, 29 Oct 2024 03:05:30 +0100 Subject: [PATCH] update cronjob Test2 --- .github/workflows/jekyll-gh-pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml index 0ae98fc..4962769 100644 --- a/.github/workflows/jekyll-gh-pages.yml +++ b/.github/workflows/jekyll-gh-pages.yml @@ -3,9 +3,9 @@ name: Deploy Jekyll with GitHub Pages dependencies preinstalled on: # Runs on pushes targeting the default branch - #push: + push: schedule: - - cron: '0 3 * * *' # Jede Nacht + - cron: '* * * * *' # Jede Nacht branches: ["main"]