mirror of
https://github.com/quatalog/quatalog.git
synced 2024-11-08 08:04:24 +00:00
Update scraper.yml
This commit is contained in:
parent
27727b1a00
commit
4672d85af7
5
.github/workflows/scraper.yml
vendored
5
.github/workflows/scraper.yml
vendored
|
@ -10,6 +10,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout scraping repo
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
path: quatalog-scraping
|
||||
|
||||
- name: Clone QuACS data
|
||||
uses: actions/checkout@v3
|
||||
|
@ -25,8 +27,7 @@ jobs:
|
|||
|
||||
- name: Run scraper
|
||||
run: |
|
||||
pwd
|
||||
find .
|
||||
cd quatalog-scraping
|
||||
# Usage: CourseOfferingsScraper <data_directory> <terms_offered_file> <prerequisites_file> <list_of_terms_file>
|
||||
./bin/CourseOfferingScraper \
|
||||
./quacs-data/semester_data \
|
||||
|
|
Loading…
Reference in a new issue