From a1396d49f2fd676f835339c5ddfd3486c6626a5e Mon Sep 17 00:00:00 2001 From: Michael Currin Date: Sat, 2 May 2020 22:33:19 +0200 Subject: [PATCH] feat: Update deploy.md --- docs/deploy.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/deploy.md b/docs/deploy.md index ef725dc..d304ab6 100644 --- a/docs/deploy.md +++ b/docs/deploy.md @@ -9,7 +9,9 @@ See [Deploying Your Docs](https://www.mkdocs.org/user-guide/deploying-your-docs/ _Note this is for a Project Page and not Organization and User Pages._ -How to deploy to Github Pages. Run this to build to `site` directory, push to `gh-pages` branch and enable Github Pages (if it was not yet enabled.) +How to deploy to Github Pages. + +Run this to build to `site` directory, push to `gh-pages` branch and enable Github Pages (if it was not yet enabled). The default option is to clean the site directory first. ```sh mkdocs gh-deploy