Skip to content

Commit 0701b75

Browse files
committed
fix docs deploy
1 parent 110fc44 commit 0701b75

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
cp public/3.0.0/doc/ontology.owl public/3.0.0/doc/ontology.rdf
2626
# make it available also at "base"
2727
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
2830
2931
# generate static docs
3032
pip install markdown2 rdflib pyyaml

0 commit comments

Comments
 (0)