Skip to content

Commit

Permalink
Print save_path for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Javex committed Oct 18, 2023
1 parent cae066b commit b02b338
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scrape-groceries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
# it's okay to ignore the exist code on the last line, if the file doesn't exist then we scrape it
- run: |
save_path="$(python3 main.py sync --print-save-path woolies)"
echo "Save path is ${save_path}"
mkdir -p ./output/
aws s3 cp "s3://grocery-scrape-au/${save_path}" "./output/${save_path}" || true
- run: python3 main.py sync woolies --skip-existing
Expand Down

0 comments on commit b02b338

Please sign in to comment.