Skip to content

Commit

Permalink
folder updates
Browse files Browse the repository at this point in the history
  • Loading branch information
arminmobasseri committed Jan 9, 2025
1 parent 2468317 commit f6177ef
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_DEFAULT_REGION: us-east-1
run: |
aws s3 sync regulations "s3://prod-phila-gov-website-s3/departments/mayor/legislative-affairs-documents/"
aws s3 sync regulations_json "s3://prod-phila-gov-website-s3/departments/mayor/legislative-affairs-json/" --delete
aws s3 sync legislativeaffairs "s3://prod-phila-gov-website-s3/departments/mayor/legislative-affairs-documents/"
aws s3 sync legislativeaffairs_json "s3://prod-phila-gov-website-s3/departments/mayor/legislative-affairs-json/" --delete
aws cloudfront create-invalidation --distribution-id ${{ secrets.CF_INVALIDATE_PROD }} --paths "/*"
2 changes: 1 addition & 1 deletion make-json.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import json

# Read the Excel file
df = pd.read_excel('regulations.xlsx')
df = pd.read_excel('legislativeaffairs.xlsx')

# Convert the DataFrame to JSON
json_data = df.to_json(orient='index')
Expand Down
Binary file removed regulations/.6.086---22-02..pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit f6177ef

Please sign in to comment.