Update Jenkinsfile
This commit is contained in:
parent
ed9d0c98b2
commit
6724673da2
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -104,7 +104,7 @@ pipeline {
|
||||
sh "\
|
||||
set -e; \
|
||||
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\\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>/' {} \\;; \
|
||||
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,.memberSummary,.memberSignature,.typeSummary,.blockList{white-space:normal;word-break:break-word;}\\n<\\/style>/' {} \\;; \
|
||||
git init; \
|
||||
git remote add origin https://${USER}:${encodedPass}@git.ignuranza.net/tdlight-team/tdlight-docs; \
|
||||
git config user.email \"andrea@warp.ovh\"; \
|
||||
|
Loading…
Reference in New Issue
Block a user