🔄 How to Refresh Articles
Articles update automatically at midnight PST, but you can manually refresh them anytime:
Method 1: Via GitHub Actions (Easiest)
- Click the "🔄 Refresh Articles" button above
- On the GitHub page, look for the "Run workflow" button (right side)
- Click "Run workflow" → Select "main" → Click "Run workflow"
- Wait ~2 minutes, then refresh this page
Method 2: Via Command Line
If you have the repository locally:
python .github/scripts/fetch-articles.py
git add articles-data.js
git commit -m "Manual article update"
git push
Note:
The manual GitHub Actions trigger requires you to be signed in to GitHub and have access to the repository.