mirror of
https://github.com/dewomser/Wettervorhersage.git
synced 2026-03-10 22:44:45 +01:00
Versuch mit cronjob um 3 Uhr statt push
This commit is contained in:
parent
41243822ca
commit
0917870b75
1 changed files with 4 additions and 1 deletions
5
.github/workflows/jekyll-gh-pages.yml
vendored
5
.github/workflows/jekyll-gh-pages.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue