Typo was breaking everything

This commit is contained in:
3eef8a28f26fb2bcc514e6f1938929a1f931762 2023-02-07 10:27:38 -05:00 committed by GitHub
parent 22b1083c93
commit 36c04e1289

View file

@ -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: |