Add html mobile viewport
This commit is contained in:
parent
dc1418812f
commit
ad72319651
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -103,6 +103,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
sh "\
|
sh "\
|
||||||
cd tdlight/target-release/apidocs; \
|
cd tdlight/target-release/apidocs; \
|
||||||
|
find . -name '*.html' -exec sed -i -r 's/<head>/<head><meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">/' {} \\; \
|
||||||
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…
Reference in New Issue
Block a user