Updating log output

This commit is contained in:
2026-05-06 22:54:52 +01:00
parent ac23d86e11
commit 86ccc39dae
327 changed files with 9 additions and 1 deletions

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

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