mirror of
https://github.com/quatalog/quatalog.git
synced 2025-12-03 18:07:11 +00:00
Typo was breaking everything
This commit is contained in:
parent
22b1083c93
commit
36c04e1289
13
.github/workflows/scraper.yml
vendored
13
.github/workflows/scraper.yml
vendored
|
|
@ -27,15 +27,12 @@ jobs:
|
|||
|
||||
- name: Run scraper
|
||||
run: |
|
||||
cd quatalog-scraping
|
||||
find .
|
||||
pwd
|
||||
# Usage: CourseOfferingsScraper <data_directory> <terms_offered_file> <prerequisites_file> <list_of_terms_file>
|
||||
./bin/CourseOfferingScraper \
|
||||
./quacs-data/semester_data \
|
||||
./quatalog-data/terms_offered.json \
|
||||
./quatalog-data/prerequisites.json \
|
||||
./quatalog-data/terms_list.json
|
||||
quatalog-scraping/bin/CourseOfferingsScraper \
|
||||
quacs-data/semester_data \
|
||||
quatalog-data/terms_offered.json \
|
||||
quatalog-data/prerequisites.json \
|
||||
quatalog-data/terms_list.json
|
||||
|
||||
- name: Copy `catalog.json` from QuACS data
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue