diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 066c924..0bf2efa 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -36,7 +36,8 @@ jobs: for file in *.ttl *.owl *.rdf; do if [[ -f "$file" ]]; then mkdir -p docs/"${file%.*}" - ontospy gendocs --type 2 -o docs/"${file%.*}" "$file" + # ontospy gendocs --type 2 -o docs/"${file%.*}" "$file" + ontospy gendocs --type 2 -o docs/ "$file" echo "Documentation generated for: $file" fi done