Skip to content

Commit 9f18e1c

Browse files
authored
fixed build
workflow
1 parent e20162c commit 9f18e1c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_with imports.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
- name: Build ontology
3030
env:
3131
DEFAULT_BRANCH: main
32-
run: cd src/ontology && make ROBOT_ENV='ROBOT_JAVA_ARGS=-Xmx6G'
32+
run: cd src/ontology && make refresh-imports tto.ttl ROBOT_ENV='ROBOT_JAVA_ARGS=-Xmx6G'
3333
- name: Commit files # commit the src folder
3434
uses: EndBug/add-and-commit@v9
3535
with:
36-
message: 'updated example output'
36+
message: 'updated ontology'
3737
add: '*.* --force'
3838
cwd: './src/'

0 commit comments

Comments
 (0)