From cb97d40197cd0144cbccf82884ee25cef766a885 Mon Sep 17 00:00:00 2001 From: Zaine Date: Wed, 6 May 2026 15:25:43 +0100 Subject: [PATCH] changing tag --- .gitea/workflows/build.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .gitea/workflows/build.yml diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml new file mode 100644 index 0000000..054e01f --- /dev/null +++ b/.gitea/workflows/build.yml @@ -0,0 +1,19 @@ +name: Build Roam Site + +on: + push: + branches: + - main + + schedule: + - cron: "0 0 * * *" + + workflow_dispatch: + +jobs: + build: + runs-on: site-build + + steps: + - uses: actions/checkout@v4 + - run: make