diff --git a/.github/workflows/scrape.yml b/.github/workflows/scrape.yml index 5025ea2..7513636 100644 --- a/.github/workflows/scrape.yml +++ b/.github/workflows/scrape.yml @@ -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