Updates to the build.yml
All checks were successful
Build Org Website / build (push) Successful in 41s

This commit is contained in:
2026-05-06 22:47:52 +01:00
parent d2266ef1e0
commit fcf6e0b10e

View File

@@ -19,7 +19,9 @@ jobs:
uses: actions/checkout@v4
- name: Build site
run: make
run: |
mkdir -p /home/zaine/logs
make 2>&1 | tee /home/zaine/logs/org-web-build.log
- name: Monitor build and notify Discord
if: always()