Files
authoring-service/.gitea/workflows/build.yml
Zaine 096c8e7237
All checks were successful
Build Authoring Service / build (push) Successful in 9s
check
2026-05-13 16:02:31 +01:00

23 lines
288 B
YAML
Executable File

name: Build Authoring Service
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
- name: Build site
run: make