File tree 3 files changed +10
-24
lines changed
3 files changed +10
-24
lines changed Original file line number Diff line number Diff line change 52
52
53
53
- name : Run fetch script
54
54
run : |
55
- ./scripts/1-fetch/gcs_fetched .py \
56
- --enable-git --enable-save --limit=100
55
+ ./scripts/1-fetch/gcs_fetch .py \
56
+ --limit=100 --enable-save --enable-git
Original file line number Diff line number Diff line change 40
40
run : echo "PYTHONPATH=./scripts" >> $GITHUB_ENV
41
41
42
42
- name : Run process script
43
- run:
44
- # python scripts/2-process/deviantart_processed.py
45
- # python scripts/2-process/flickr_processed.py
46
- # python scripts/2-process/github_processed.py
47
- # python scripts/2-process/internetarchive_processed.py
48
- # python scripts/2-process/metmuseum_processed.py
49
- # python scripts/2-process/vimeo_processed.py
50
- # python scripts/2-process/wikicommons_processed.py
51
- # python scripts/2-process/wikipedia_processed.py
52
- # python scripts/2-process/youtube_processed.py
53
- python scripts/2-process/gcs_processed.py
43
+ run : |
44
+ # ADD SCRIPT INVOCATION HERE
45
+
46
+ # vim: ft=yaml
Original file line number Diff line number Diff line change 40
40
run : echo "PYTHONPATH=./scripts" >> $GITHUB_ENV
41
41
42
42
- name : Run report script
43
- run:
44
- # ./scripts/3-report/deviantart_reports.py
45
- # ./scripts/3-report/flickr_reports.py
46
- # ./scripts/3-report/github_reports.py
47
- # ./scripts/3-report/internetarchive_reports.py
48
- # ./scripts/3-report/metmuseum_reports.py
49
- # ./scripts/3-report/vimeo_reports.py
50
- # ./scripts/3-report/wikicommons_reports.py
51
- # ./scripts/3-report/wikipedia_reports.py
52
- # ./scripts/3-report/youtube_reports.py
53
- ./scripts/3-report/gcs_reports.py
43
+ run : |
44
+ # ADD SCRIPT INVOCATION HERE
45
+
46
+ # vim: ft=yaml
You can’t perform that action at this time.
0 commit comments