diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index 0df3f0be..d1039615 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -79,6 +79,10 @@ jobs: run: rm -rf .env.example .eslintrc.js .prettierrc.json working-directory: app/server + - name: Remove NCES JSON files, as they're served from S3 in production + run: rm -rf nces-2023.json nces-2024.json + working-directory: app/server/app/content + - name: Copy production manifest file to server app run: cp manifest-production.yml server/manifest-production.yml working-directory: app diff --git a/app/server/app/content/nces-2024.json b/app/server/app/content/nces-2024.json index 08551f12..ccc6c7e4 100644 --- a/app/server/app/content/nces-2024.json +++ b/app/server/app/content/nces-2024.json @@ -526365,7 +526365,7 @@ "Longitude": "-64.944611" }, { - "NCES ID": "A999990", + "NCES ID": "A999999", "School District Name": "Morongo School", "Physical Address Line 1": "12130 Santiago Road", "Physical Address Line 2": "", @@ -526633,32 +526633,5 @@ "County Number ": "Not in ELSI", "Latitude": "Not in ELSI", "Longitude": "Not in ELSI" - }, - { - "NCES ID": "A999999", - "School District Name": "", - "Physical Address Line 1": "", - "Physical Address Line 2": "", - "Physical Address Line 3": "", - "Physical Address City": "", - "Physical Address State": "", - "Physical Address Zip": "00nan", - "LEA Charter Status": "", - "Agency Type": "", - "Locale Code": "", - "Percent of Students in Poverty": "", - "Is Prioritized": "", - "Prioritized for Poverty >20%": "", - "Prioritized for Rural 43": "", - "Prioritized for Impact Aid": "", - "Prioritized for BIE": "", - "Prioritized Tribal (Impact and BIE)": "", - "Self-Certify (Large Number of Students and/or Number of Schools": "", - "Self-Certify Large Number of Student": "", - "Self-Certify Large Number of Schools": "", - "County Name": "", - "County Number ": "", - "Latitude": "", - "Longitude": "" } ]