Skip to content

Commit

Permalink
Attempt to correct pylode command
Browse files Browse the repository at this point in the history
  • Loading branch information
LuciaPauw committed Jul 9, 2024
1 parent a0bf356 commit cd96752
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Generate Documentation
run: |
if [ ! -d Documentation ]; then mkdir -p Documentation; fi # Create Documentation folder if it doesn't exist
pyLODE -o Documentation/index.html Schemas/OWL/aia.owl
pylode -o Documentation/index.html -i Schemas/OWL/aia.owl
- name: Commit and push changes
run: |
Expand Down
1 change: 1 addition & 0 deletions Schemas/OWL/aia.owl
Original file line number Diff line number Diff line change
Expand Up @@ -1550,6 +1550,7 @@ Period, in turn, is in the domain of the startedAtTime, endedAtTime, and hasDura

<owl:Class rdf:about="http://purl.org/aiaontology#TESTCLASS">
<rdfs:label>Label here</rdfs:label>
<skos:altLabel>Another label</skos:altLabel>
<skos:definition>Here&apos;s a definition for this class.</skos:definition>
</owl:Class>

Expand Down

0 comments on commit cd96752

Please sign in to comment.