Skip to content

Commit

Permalink
Update scrape.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
berlintay authored Aug 10, 2024
1 parent 65de773 commit 4d763e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scrape.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# Run the scraper
- name: Run scraper script # Eat a d**ck
run: node --experimental-modules backend/scrape.mjs # Ensure this script handles scraping and storing the data
run: node backend/scrape.mjs # Ensure this script handles scraping and storing the data

# If your scraper updates files that need to be committed back to the repository
- name: Commit and push changes
Expand Down

0 comments on commit 4d763e2

Please sign in to comment.