From ec0e76f1a91be29d14be5fecbf498563e47a116e Mon Sep 17 00:00:00 2001 From: Michel Dumontier Date: Thu, 28 Nov 2024 15:32:04 +0100 Subject: [PATCH] make one page output --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index da0cea3..e75180a 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -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