mirror of
https://github.com/quatalog/quatalog.git
synced 2025-07-14 15:55:54 +00:00
Update scraper.yml
This commit is contained in:
parent
9fc4d7f9ec
commit
a500b29431
4
.github/workflows/scraper.yml
vendored
4
.github/workflows/scraper.yml
vendored
|
@ -41,6 +41,10 @@ jobs:
|
|||
CURRENT_TERM="$(grep quatalog-data/terms_list.json -e 'current_term' | cut -f4 -d '"')"
|
||||
rsync -avz "quacs-data/semester_data/$CURRENT_TERM/catalog.json" quatalog-data/catalog.json
|
||||
|
||||
- name: List files
|
||||
run: |
|
||||
ls -lsa quatalog-data
|
||||
|
||||
- name: Upload data to artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue