Skip to content

Commit 19bedfd

Browse files
committed
generate doc from current release
1 parent eea0b8c commit 19bedfd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
- name: Check for ontology file
3737
id: check
3838
run: |
39-
ONTOLOGY_FILE=$(find src/ontology/ -name "*-full.owl" -type f | head -1)
39+
ONTOLOGY_FILE=$(find . -name "*-full.owl" -type f | head -1)
4040
if [ -z "$ONTOLOGY_FILE" ]; then
41-
echo "No *-full.owl file found in src/ontology/ directory."
41+
echo "No *-full.owl file found in . directory."
4242
echo "exists=false" >> $GITHUB_OUTPUT
4343
else
4444
echo "Found ontology file: $ONTOLOGY_FILE"

0 commit comments

Comments
 (0)