Skip to content

Commit

Permalink
crawler changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-bansal committed Feb 21, 2024
1 parent d8f6e4d commit 20b8363
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/crawling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:

- name: Install
run: yarn install --frozen-lockfile

- name: Pip
uses: actions/setup-python@v4
with:
python-version: '3.9'
cache: 'pip' # caching pip dependencies
python-version: "3.9"
cache: "pip" # caching pip dependencies

- name: Pip Install
run: pip install -r requirements.txt
Expand All @@ -41,20 +41,19 @@ jobs:
run: yarn start
env:
LOG_FORMAT: json
NUM_TERMS: 6
NUM_TERMS: 4
ALWAYS_SCRAPE_CURRENT_TERM: 1
DETAILS_CONCURRENCY: 256
DATA_FOLDER: ./data
NODE_EXTRA_CA_CERTS: ${{ github.workspace }}/intermediate.pem

- name: Revision
run: python ./src/Revise.py


- name: Upload
uses: JamesIves/github-pages-deploy-action@releases/v4
with:
branch: crawler-gh-pages
folder: ./data
clean: true
single-commit: true
single-commit: true

0 comments on commit 20b8363

Please sign in to comment.