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