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

Spelling

parent f3d197a9
No related branches found
No related tags found
1 merge request!368Dev
...@@ -442,7 +442,7 @@ release-docs: ...@@ -442,7 +442,7 @@ release-docs:
- "cp .docs/.swagger/custom.css ./final/${DOC_VERSION}/rest/custom.css" # swagger - "cp .docs/.swagger/custom.css ./final/${DOC_VERSION}/rest/custom.css" # swagger
- "cp -r ./site/* ./final/${DOC_VERSION}" # mkdocs - "cp -r ./site/* ./final/${DOC_VERSION}" # mkdocs
- "cp .docker/dist.tar.gz ./final/${APP_VERSION}/dist.tar.gz" # dist - "cp .docker/dist.tar.gz ./final/${APP_VERSION}/dist.tar.gz" # dist
- "cp .docs/redirect.html ./final/${APP_VERSION}/index.html" # redirect patch docs - "cp .docs/index.html.tpl ./final/${APP_VERSION}/index.html" # redirect patch docs
- sed -i "s/\${DOC_VERSION}/${DOC_VERSION}/g" index.html - sed -i "s/\${DOC_VERSION}/${DOC_VERSION}/g" index.html
- "bash ./.gitlab/gen-badge.sh" - "bash ./.gitlab/gen-badge.sh"
- eval $(ssh-agent -s) - eval $(ssh-agent -s)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment