Restore README trending tables and auto-build site

This commit is contained in:
0xMarcio
2025-12-17 21:39:16 +01:00
parent 0afef5597e
commit 5cb3a28aeb
4 changed files with 173 additions and 43 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ jobs:
python scripts/fetch_epss.py
- name: Build site
run: python scripts/build_site.py
run: python scripts/build_site.py --html-mode summary
- name: Configure Pages
uses: actions/configure-pages@v5