Skip to content

Commit

Permalink
test cbss subject
Browse files Browse the repository at this point in the history
  • Loading branch information
emgeier authored Nov 18, 2024
1 parent a93582c commit 5ec5837
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
push:
branches:
- 'development_backup_cbss-bibls' # current data branch
# paths:
# - 'data/**' # Trigger only on changes to data files
paths:
- 'data/**' # Trigger only on changes to data files

permissions:
id-token: write
Expand Down Expand Up @@ -67,8 +67,8 @@ jobs:
# find ./data/persons/tei -name '*.xml' | head -n 25 > xml_files.txt
# find ./data/places/tei -name '*.xml' | head -n 25 >> xml_files.txt
# find ./data/works/tei -name '*.xml' | head -n 25 >> xml_files.txt
# find ./data/bibl/tei -name '*.xml' | head -n 25 >> xml_files.txt
find ./data/subjects/tei -name '*.xml' | head -n 25 >> xml_files.txt
find ./data/bibl/tei -name '*.xml' | head -n 25 >> xml_files.txt
# find ./data/subjects/tei -name '*.xml' | head -n 25 >> xml_files.txt
# echo "./data/persons/tei/25.xml" > xml_files.txt
# echo "./data/persons/tei/110.xml" >> xml_files.txt
Expand Down

0 comments on commit 5ec5837

Please sign in to comment.