Skip to content

Commit f67a40c

Browse files
Add ODK update step and adjust commit paths
1 parent f1ffc1d commit f67a40c

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/build_with imports.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
steps:
2626
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2727
- uses: actions/checkout@v4
28-
28+
- name: ODK update
29+
run: cd src/ontology && odk.py update
2930
- name: Build ontology
3031
env:
3132
DEFAULT_BRANCH: main
@@ -34,6 +35,6 @@ jobs:
3435
uses: EndBug/add-and-commit@v9
3536
with:
3637
message: "updated ontology"
37-
add: "*.* --force"
38-
cwd: "./src/ontology/imports"
38+
add: "*.* src/**/* --force"
39+
cwd: "."
3940
default_author: github_actions

0 commit comments

Comments
 (0)