Skip to content

Commit

Permalink
Move configs into this repo
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Nov 11, 2024
1 parent f4ec838 commit fba8d41
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
mkdir logs
wc -l source.csv
exit 1
mv ../workbench-configs configs
if [ -f source.agents.csv ]; then
python3 workbench --config configs/terms.yml
fi
Expand Down
6 changes: 6 additions & 0 deletions workbench-configs/create.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
task: create
host: https://preserve.lehigh.edu
username: workbench
allow_adding_terms: true
input_csv: source.csv
log_file_path: logs/items.log
6 changes: 6 additions & 0 deletions workbench-configs/terms.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
task: create_terms
host: https://preserve.lehigh.edu
username: workbench
vocab_id: person
input_csv: source.agents.csv
log_file_path: logs/agents.log

0 comments on commit fba8d41

Please sign in to comment.