Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/AIDAVA-DEV/sulo
Browse files Browse the repository at this point in the history
  • Loading branch information
micheldumontier committed Nov 29, 2024
2 parents 47de291 + 242364d commit 9b51da1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,12 @@ jobs:
# Step 4: Generate Documentation
- name: Generate Ontology Documentation
run: |
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 9b51da1

Please sign in to comment.