mirror of
https://github.com/quatalog/quatalog.git
synced 2025-11-30 08:07:34 +00:00
Update scraper.yml
This commit is contained in:
parent
ee4e3fc9fd
commit
fdc5205d47
3
.github/workflows/scraper.yml
vendored
3
.github/workflows/scraper.yml
vendored
|
|
@ -6,6 +6,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
scrape-data:
|
scrape-data:
|
||||||
|
name: Scrape data
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
@ -27,7 +28,7 @@ jobs:
|
||||||
repository: quatalog/quatalog-data
|
repository: quatalog/quatalog-data
|
||||||
path: quatalog-data
|
path: quatalog-data
|
||||||
token: ${{ secrets.PUSH_TOKEN }}
|
token: ${{ secrets.PUSH_TOKEN }}
|
||||||
|
|
||||||
- name: Run scraper
|
- name: Run scraper
|
||||||
run: |
|
run: |
|
||||||
# Usage: CourseOfferingsScraper <data_directory> <terms_offered_file> <prerequisites_file> <list_of_terms_file>
|
# Usage: CourseOfferingsScraper <data_directory> <terms_offered_file> <prerequisites_file> <list_of_terms_file>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue