Files
org_roam/.gitea/workflows/build.yml
Zaine 95a77bb43c
All checks were successful
Build Roam Site / build (push) Successful in 29s
First look at pwsh 2
2026-05-06 16:46:39 +01:00

25 lines
390 B
YAML
Executable File

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