diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml index 02d5f1e..f75c17c 100644 --- a/.github/workflows/jekyll-gh-pages.yml +++ b/.github/workflows/jekyll-gh-pages.yml @@ -7,7 +7,7 @@ on: branches: ["main"] schedule: - - cron: '55 3 * * *' # Jede Nacht + - cron: '0 4 * * *' # Jede Nacht # Allows you to run this workflow manually from the Actions tab