mirror of
https://github.com/quatalog/quatalog.git
synced 2025-06-10 11:01:15 +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:
|
||||
scrape-data:
|
||||
name: Scrape data
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
|
@ -27,7 +28,7 @@ jobs:
|
|||
repository: quatalog/quatalog-data
|
||||
path: quatalog-data
|
||||
token: ${{ secrets.PUSH_TOKEN }}
|
||||
|
||||
|
||||
- name: Run scraper
|
||||
run: |
|
||||
# Usage: CourseOfferingsScraper <data_directory> <terms_offered_file> <prerequisites_file> <list_of_terms_file>
|
||||
|
|
Loading…
Reference in a new issue