Skip to content

Commit

Permalink
Update documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
micheldumontier authored Nov 29, 2024
1 parent 0963432 commit e5009bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e5009bd

Please sign in to comment.