There was an error while loading. Please reload this page.
1 parent e20162c commit 9f18e1cCopy full SHA for 9f18e1c
1 file changed
.github/workflows/build_with imports.yml
@@ -29,10 +29,10 @@ jobs:
29
- name: Build ontology
30
env:
31
DEFAULT_BRANCH: main
32
- run: cd src/ontology && make ROBOT_ENV='ROBOT_JAVA_ARGS=-Xmx6G'
+ run: cd src/ontology && make refresh-imports tto.ttl ROBOT_ENV='ROBOT_JAVA_ARGS=-Xmx6G'
33
- name: Commit files # commit the src folder
34
uses: EndBug/add-and-commit@v9
35
with:
36
- message: 'updated example output'
+ message: 'updated ontology'
37
add: '*.* --force'
38
cwd: './src/'
0 commit comments