From 0917870b75e50aa8f238b55dc3bbef4068914835 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20H=C3=B6hn?= Date: Tue, 29 Oct 2024 02:52:13 +0100 Subject: [PATCH] Versuch mit cronjob um 3 Uhr statt push --- .github/workflows/jekyll-gh-pages.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml index e31d81c..0ae98fc 100644 --- a/.github/workflows/jekyll-gh-pages.yml +++ b/.github/workflows/jekyll-gh-pages.yml @@ -3,7 +3,10 @@ name: Deploy Jekyll with GitHub Pages dependencies preinstalled on: # Runs on pushes targeting the default branch - push: + #push: + schedule: + - cron: '0 3 * * *' # Jede Nacht + branches: ["main"] # Allows you to run this workflow manually from the Actions tab