Files
org_web/.gitea/workflows/build.yml
Workflow config file is invalid. Please check your config file: yaml: line 24: found a tab character that violates indentation
2026-05-06 22:12:50 +01:00

27 lines
415 B
YAML

name: Build Org Website
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
- name: Monitor build and notify Discord
if: always()
run: /snap/bin/pwsh -NoProfile -File ./gitea-build-monitor.ps1