fixing stale runs
All checks were successful
Build Org Website / build (push) Successful in 47s

This commit is contained in:
2026-05-09 18:33:35 +01:00
parent eea34a1c68
commit 2b5a23b566
330 changed files with 99 additions and 76 deletions

4
.gitea/workflows/build.yml Normal file → Executable file
View File

@@ -13,6 +13,8 @@ on:
jobs:
build:
runs-on: org-web
env:
SITE_OUTPUT_DIR: /home/zaine/master-folder/org_files/org_web/output
steps:
- name: Check out repo
@@ -21,7 +23,7 @@ jobs:
- name: Build site
run: |
mkdir -p /home/zaine/logs
make 2>&1 | tee /home/zaine/logs/org-web.log
SITE_CLEAN=1 make 2>&1 | tee /home/zaine/logs/org-web.log
- name: Monitor build and notify Discord
if: always()