Files
authoring-service/.gitea/workflows/build.yml
2026-07-09 16:34:28 +01:00

23 lines
310 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