diff --git a/.github/workflows/scraper_cron.yml b/.github/workflows/scraper_cron.yml index 1472d577..bfe6cee2 100644 --- a/.github/workflows/scraper_cron.yml +++ b/.github/workflows/scraper_cron.yml @@ -17,7 +17,9 @@ jobs: node-version: "14" - name: Install npm packages. run: | - cd scraper + cd server + npm i + cd ../scraper npm i - name: Run scraper. env: