Skip to content

Commit

Permalink
Add todo to main
Browse files Browse the repository at this point in the history
  • Loading branch information
maxachis committed Dec 12, 2024
1 parent e8014b8 commit 9904e9e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/common_crawler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ jobs:
- name: Upgrade pip
run: python -m pip install --upgrade pip
- name: Install dependencies
run: pip install -r common_crawler/requirements_common_crawler_action.txt
run: pip install -r source_collectors/common_crawler/requirements_common_crawler_action.txt
- name: Run script
run: python common_crawler/main.py CC-MAIN-2024-10 *.gov police --config common_crawler/config.ini --pages 20
run: python source_collectors/common_crawler/main.py CC-MAIN-2024-10 *.gov police --config source_collectors/common_crawler/config.ini --pages 20
- name: Configure Git
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
- name: Add common_crawler cache and common_crawler batch_info
run: |
git add common_crawler/data/cache.json
git add common_crawler/data/batch_info.csv
git add source_collectors/common_crawler/data/cache.json
git add source_collectors/common_crawler/data/batch_info.csv
- name: Commit changes
run: git commit -m "Update common_crawler cache and batch_info"
- name: Push changes
Expand Down

0 comments on commit 9904e9e

Please sign in to comment.