Files
org_roam/.gitea/workflows/build.yml
Zaine 9a7a145390
Some checks failed
Build Roam Site / build (push) Has been cancelled
fix
2026-05-08 16:15:01 +01:00

28 lines
478 B
YAML
Executable File

name: Build Roam Site
on:
push:
branches:
- main
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
build:
runs-on: org-roam
steps:
- uses: actions/checkout@v4
- name: Build site
run: |
mkdir -p /home/zaine/logs
make 2>&1 | tee /home/zaine/logs/org-roam.log
- name: Monitor build and notify Discord
if: always()
run: /snap/bin/pwsh -NoProfile -File ./gitea-build-monitor.ps1