Generate site data during deployment
Test and deploy / deploy (push) Successful in 29s

This commit is contained in:
2026-07-25 22:06:12 -05:00
parent a601fcdb09
commit 282ef59f6f
2 changed files with 6 additions and 2 deletions
+3
View File
@@ -23,6 +23,9 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Generate website data
run: npm run update:generated
- name: Test the site
run: npm test