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