Aqsa Kausar commited on
Commit
39f76dd
·
unverified ·
1 Parent(s): 191d49c

Update scraping.yml

Browse files

check if folder exists

Files changed (1) hide show
  1. .github/workflows/scraping.yml +3 -0
.github/workflows/scraping.yml CHANGED
@@ -29,3 +29,6 @@ jobs:
29
  RAPID_API_KEY: ${{ secrets.RAPID_API_KEY }}
30
  run: |
31
  python linkedin_scrapping.py
 
 
 
 
29
  RAPID_API_KEY: ${{ secrets.RAPID_API_KEY }}
30
  run: |
31
  python linkedin_scrapping.py
32
+ - name: List job-postings folder
33
+ run: ls -R job-postings || echo "job-postings folder not found"
34
+