Spaces:
Runtime error
Runtime error
Nguyen Quang Truong commited on
Commit ·
98d3ed7
1
Parent(s): d784db4
[update]
Browse files
.github/workflows/scrape.yml
CHANGED
|
@@ -25,7 +25,7 @@ jobs:
|
|
| 25 |
|
| 26 |
|
| 27 |
- name: Run scraping script
|
| 28 |
-
run: python scrape_data.py
|
| 29 |
|
| 30 |
- name: Commit and push changes
|
| 31 |
run: |
|
|
|
|
| 25 |
|
| 26 |
|
| 27 |
- name: Run scraping script
|
| 28 |
+
run: python ./scrape_data_indeed/scrape_data.py
|
| 29 |
|
| 30 |
- name: Commit and push changes
|
| 31 |
run: |
|