mirror of
https://github.com/dewomser/Wettervorhersage.git
synced 2026-03-11 06:54:45 +01:00
cronjob der dritte Versuch
This commit is contained in:
parent
c426eca4d1
commit
c41822d9ed
1 changed files with 3 additions and 2 deletions
3
.github/workflows/jekyll-gh-pages.yml
vendored
3
.github/workflows/jekyll-gh-pages.yml
vendored
|
|
@ -4,10 +4,11 @@ name: Deploy Jekyll with GitHub Pages dependencies preinstalled
|
||||||
on:
|
on:
|
||||||
# Runs on pushes targeting the default branch
|
# Runs on pushes targeting the default branch
|
||||||
push:
|
push:
|
||||||
|
branches: ["main"]
|
||||||
|
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '* * * * *' # Jede Nacht
|
- cron: '* * * * *' # Jede Nacht
|
||||||
|
|
||||||
branches: ["main"]
|
|
||||||
|
|
||||||
# Allows you to run this workflow manually from the Actions tab
|
# Allows you to run this workflow manually from the Actions tab
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue