diff --git a/update_and_run.sh b/update_and_run.sh index 0cd8edd..6754a57 100644 --- a/update_and_run.sh +++ b/update_and_run.sh @@ -1,7 +1,10 @@ #!/bin/bash + + # Pull the latest changes -git pull origin main +git fetch --all +git reset --hard origin/main # Run your Python script python Post_RSS_on_SubStack.py \ No newline at end of file