Skip to content

Commit f9d56dc

Browse files
committed
updated generated csv for job exports and git add
1 parent c9d2a8c commit f9d56dc

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.github/workflows/PullAllExports.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
git config --local user.email "[email protected]"
2727
git config --local user.name "Adam-Renkosinski"
2828
git add -f employerExport.csv
29-
git add -f jobExport.csv
29+
git add -f jobExport_chunk*
3030
git add -f profileExport.csv
3131
git stash push -m "All exports"
3232
git checkout gh-pages

.github/workflows/PullAllExportsManual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
git config --local user.email "[email protected]"
2525
git config --local user.name "Adam-Renkosinski"
2626
git add -f employerExport.csv
27-
git add -f jobExport.csv
27+
git add -f jobExport_chunk*
2828
git add -f profileExport.csv
2929
git stash push -m "All exports"
3030
git checkout gh-pages

pull_all_exports.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ def main():
5757

5858
print("CSV files saved in 50 MB chunks.")
5959

60-
filtered_jobs.to_csv('jobExport.csv', index=False)
61-
62-
6360
# profiles export
6461
BASE_URL_PROFILES = 'https://canadaai.jobboard.io/api/v1/profiles'
6562
KEY_PROFILES = 'profiles'

0 commit comments

Comments
 (0)