Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Giri-Aayush authored Oct 15, 2024
1 parent fdb8feb commit 9d4b344
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
run: |
medium_urls=$(grep -Eo 'https?://[^[:space:]]+medium.com[^[:space:]]*' README.md)
if [ ! -z "$medium_urls" ]; then
awesome_bot $medium_urls --allow-redirect --request-delay 10 --set-timeout 15
echo "$medium_urls" > medium_urls.txt
awesome_bot medium_urls.txt --allow-redirect --request-delay 10 --set-timeout 15
rm medium_urls.txt
else
echo "No Medium URLs found"
fi

0 comments on commit 9d4b344

Please sign in to comment.