commit 64fcaa825f5ab1a80912f80abc8e771b5b0a3a81
parent ad711786b26cf3ee682d7c97d2e74615983eafda
Author: Brian Graham <brian@buildingbetterteams.de>
Date: Sun, 22 Mar 2026 13:03:16 +0100
Trigger deploy on scan.json and registry changes
Deploy only fired on explorer/ changes, so new scan batches
didn't update the site.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml
@@ -5,6 +5,8 @@ on:
paths:
- 'explorer/**'
- 'scripts/build-explorer-data.py'
+ - 'papers/*/scan.json'
+ - 'registry.jsonl'
- '.forgejo/workflows/deploy.yml'
jobs: