We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 54dab54 + 79c9bf5 commit eb2fcd5Copy full SHA for eb2fcd5
docs/docker-compose.yaml
@@ -14,7 +14,7 @@ services:
14
- PACKAGE
15
- UPSTREAM_REPO
16
- MODE
17
- - PATCH_VERSION
+ - PATCH_VERSION
18
volumes:
19
- ../docs:/main/docs
20
- ../${PACKAGE}:/main/${PACKAGE}
@@ -50,10 +50,10 @@ services:
50
mike serve --config-file ./docs/mkdocs.yaml -a 0.0.0.0:80
51
elif echo "$${MODE}" | grep -i push &>/dev/null; then
52
echo "INFO::Push gh-pages to upstream"
53
+ git config http.postBuffer 524288000 # max 500MB git push through https
54
git push $${UPSTREAM_REPO} gh-pages
55
fi
56
else
57
echo "Unexpected mode..."
58
exit 1
59
-
0 commit comments