Add root index generation

This commit is contained in:
Jordan Wages 2025-07-18 02:46:26 -05:00
commit 21762bf1bd
3 changed files with 94 additions and 0 deletions

View file

@ -32,6 +32,9 @@ python scripts/generate_reports.py daily --all-domains
python scripts/generate_reports.py weekly --all-domains
python scripts/generate_reports.py monthly --all-domains
# Generate root index
python scripts/generate_reports.py index
# Deactivate to keep cron environment clean
if type deactivate >/dev/null 2>&1; then
deactivate