diff --git a/README.md b/README.md index 50d065b..629d94d 100644 --- a/README.md +++ b/README.md @@ -192,26 +192,6 @@ disableKinds = ["sitemap", "taxonomy", "term"] page = "/:contentbasename/" ``` -## 📊 Monitoring & Debugging - -Verify the site was updated - -```bash -# Check the build time in the footer -curl -s https://your-domain.com | grep "Last updated" -``` - -View the status of the cron job -```bash -# Check if cron is running -systemctl status cron -# or -systemctl status crond - -# View cron logs -grep CRON /var/log/syslog -``` - ## 🛠️ Manual Deployment To manually trigger a deployment: