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"]