Skip to content

Commit

Permalink
Add debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
erickrawczyk committed Jul 17, 2024
1 parent 7dcd8f2 commit 89b2075
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
command: |
echo "Downloading README.md from GitHub..."
curl -s https://github.com/erickrawczyk/resume/blob/master/README.md > readme.html
cat readme.html
echo "Extracting image URLs from README.md..."
grep -o '<img src="https://camo.githubusercontent.com[^"]*' readme.html | sed -E 's/<img src="([^"]+).*/\1/' > urls.txt
cat urls.txt
Expand Down

0 comments on commit 89b2075

Please sign in to comment.