We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 110fc44 commit 0701b75Copy full SHA for 0701b75
.github/workflows/deploy.yaml
@@ -25,6 +25,8 @@ jobs:
25
cp public/3.0.0/doc/ontology.owl public/3.0.0/doc/ontology.rdf
26
# make it available also at "base"
27
cp -r public/3.0.0/doc/* public
28
+ # make it available also at "3.0.0"
29
+ cp -r public/3.0.0/doc/* public/3.0.0
30
31
# generate static docs
32
pip install markdown2 rdflib pyyaml
0 commit comments