Skip to content

Commit

Permalink
updated generated csv for job exports and git add
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavjotgrewal committed Aug 8, 2023
1 parent c9d2a8c commit f9d56dc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/PullAllExports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "Adam-Renkosinski"
git add -f employerExport.csv
git add -f jobExport.csv
git add -f jobExport_chunk*
git add -f profileExport.csv
git stash push -m "All exports"
git checkout gh-pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PullAllExportsManual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "Adam-Renkosinski"
git add -f employerExport.csv
git add -f jobExport.csv
git add -f jobExport_chunk*
git add -f profileExport.csv
git stash push -m "All exports"
git checkout gh-pages
Expand Down
3 changes: 0 additions & 3 deletions pull_all_exports.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ def main():

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

filtered_jobs.to_csv('jobExport.csv', index=False)


# profiles export
BASE_URL_PROFILES = 'https://canadaai.jobboard.io/api/v1/profiles'
KEY_PROFILES = 'profiles'
Expand Down

0 comments on commit f9d56dc

Please sign in to comment.