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 28, 2024
1 parent ec0e76f commit 45deb33
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 @@ -32,9 +32,10 @@ jobs:
# Step 4: Generate Documentation
- name: Generate Ontology Documentation
run: |
mkdir -p docs
for file in *.ttl *.owl *.rdf; do
if [[ -f "$file" ]]; then
mkdir -p docs/"${file%.*}"
ontospy gendocs --type 1 -o docs/"${file%.*}" "$file"
echo "Documentation generated for: $file"
fi
Expand Down

0 comments on commit 45deb33

Please sign in to comment.