Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
shivam-rzrpay committed Jan 29, 2025
1 parent 91e1a51 commit 02c850a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/scraper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
run: bundle install
working-directory: scraper
- name: Run scraper
run: ./bootstrap.sh
run: |
bundle install
./bootstrap.sh
working-directory: scraper/scripts
- name: Save artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 02c850a

Please sign in to comment.