Skip to content

Commit

Permalink
cbss data to index 10
Browse files Browse the repository at this point in the history
  • Loading branch information
emgeier authored Jan 16, 2025
1 parent d5b5ad7 commit 1627bb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Identify XML files
run: |
# find ./data/places/tei -name '*.xml' | head -n 10 > xml_files.txt
find ./data/subjects/tei -name '*.xml' > xml_files.txt
find ./data/bibl/tei -name '*.xml' > xml_files.txt
echo "Processing XML files:"
cat xml_files.txt
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
# Step 7: Upload files to S3
- name: Upload JSON file to S3
run: |
aws s3 cp bulk_data.json s3://srophe-syriaca-front-end/json-data/advancedsearchfields/index_10_subjects.json
aws s3 cp bulk_data.json s3://srophe-syriaca-front-end/json-data/advancedsearchfields/index_10_bibl.json
env:
AWS_REGION: ${{ secrets.AWS_REGION }}
AWS_ACCOUNT_ID: ${{ secrets.AWS_ACCOUNT_ID }}
Expand Down

0 comments on commit 1627bb0

Please sign in to comment.