From ecc0550c7110649d94d874ccff7efa69907de35b Mon Sep 17 00:00:00 2001 From: Dougal Matthews Date: Wed, 23 Nov 2016 21:07:08 +0000 Subject: [PATCH] Correct the default for the remote_name config See: https://github.com/mkdocs/mkdocs/blob/master/mkdocs/config/defaults.py#L119 --- docs/user-guide/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/configuration.md b/docs/user-guide/configuration.md index e6c6434c..76652fe0 100644 --- a/docs/user-guide/configuration.md +++ b/docs/user-guide/configuration.md @@ -129,7 +129,7 @@ Pages. This option can be overridden by a command line option in `gh-deploy`. Set the remote name to push to when using `gh-deploy` to deploy to Github Pages. This option can be overridden by a command line option in `gh-deploy`. -**default**: `gh-pages` +**default**: `origin` ## Documentation layout