Versuch mit cronjob um 3 Uhr statt push

This commit is contained in:
dewomser 2024-10-29 02:52:13 +01:00 committed by GitHub
parent 41243822ca
commit 0917870b75
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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