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