Skip to content
Snippets Groups Projects
Verified Commit e3563fcc authored by Martin Weise's avatar Martin Weise
Browse files

Updated docs

parent c83ce5a8
No related branches found
No related tags found
No related merge requests found
...@@ -595,6 +595,7 @@ docs-latest: ...@@ -595,6 +595,7 @@ docs-latest:
- pip install -r ./requirements.txt - pip install -r ./requirements.txt
- mkdir -p ./final - mkdir -p ./final
- find ./.docs -type f -exec sed -i -e "s/\$TAG/latest/g" {} \; - find ./.docs -type f -exec sed -i -e "s/\$TAG/latest/g" {} \;
- find ./.docs -type f -exec sed -i -e "s/\$VERSION/${VERSION}/g" {} \;
- mkdocs build && cp -r ./site ./final/latest - mkdocs build && cp -r ./site ./final/latest
- cp ./.docs/redirect.html ./final/index.html - cp ./.docs/redirect.html ./final/index.html
- cp -r ./swagger/latest ./final/latest/swagger - cp -r ./swagger/latest ./final/latest/swagger
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment