Skip to content

Commit

Permalink
make one page output
Browse files Browse the repository at this point in the history
  • Loading branch information
micheldumontier authored Nov 28, 2024
1 parent fc97618 commit ec0e76f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
mkdir -p docs
for file in *.ttl *.owl *.rdf; do
if [[ -f "$file" ]]; then
ontospy gendocs -o docs/"${file%.*}" "$file"
ontospy gendocs --type 1 -o docs/"${file%.*}" "$file"
echo "Documentation generated for: $file"
fi
done
Expand Down

0 comments on commit ec0e76f

Please sign in to comment.