Update Jenkinsfile
This commit is contained in:
parent
0f87cf3d53
commit
ed9d0c98b2
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -104,7 +104,7 @@ pipeline {
|
|||||||
sh "\
|
sh "\
|
||||||
set -e; \
|
set -e; \
|
||||||
cd tdlight/target-release/apidocs; \
|
cd tdlight/target-release/apidocs; \
|
||||||
find . -name '*.html' -exec sed -i -r 's/<head>/<head>\\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><style>\\n\\t#memberSummary_tabpanel{overflow-x: auto;}\\n\\t#search{width: 400px;max-width: 65vw;}\\n<\\/style>/' {} \\;; \
|
find . -name '*.html' -exec sed -i -r 's/<head>/<head>\\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><style>\\n\\t#memberSummary_tabpanel{overflow-x: auto;}\\n\\tli.blockList{overflow-x: auto;}\\n\\t#search{width: 400px;max-width: 65vw;}\\n\\t.title,.subTitle,.pre,.inheritance,h1,h2,h3,h4,h5{white-space:normal;word-break:break-word;}\\n<\\/style>/' {} \\;; \
|
||||||
git init; \
|
git init; \
|
||||||
git remote add origin https://${USER}:${encodedPass}@git.ignuranza.net/tdlight-team/tdlight-docs; \
|
git remote add origin https://${USER}:${encodedPass}@git.ignuranza.net/tdlight-team/tdlight-docs; \
|
||||||
git config user.email \"andrea@warp.ovh\"; \
|
git config user.email \"andrea@warp.ovh\"; \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user