Files
Substack_JV/update_and_run.sh
Gaël Honorez 34d91a3677 using ghost
2025-09-05 14:36:28 +02:00

10 lines
139 B
Bash

#!/bin/bash
# Pull the latest changes
git fetch --all
git reset --hard origin/main
# Run your Python script
python post_rss_to_ghost.py