This commit is contained in:
2026-05-08 14:38:51 +01:00
parent c59389d55a
commit 8744c85942
2 changed files with 212 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
name: Zone
on:
push:
branches:
- main
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
build:
runs-on: site-build
steps:
- name: Check out repo
uses: actions/checkout@v4