Skip to content

Commit

Permalink
Revert changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixSchuSi authored Dec 9, 2020
1 parent cf1a040 commit 1aa7b7c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/scraper_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1aa7b7c

Please sign in to comment.