From 1138d17455f060b29c4eba8e32346623148286b2 Mon Sep 17 00:00:00 2001 From: "Andrew S. Rosen" Date: Sun, 12 Nov 2023 18:46:27 -0800 Subject: [PATCH] Update build.md --- docs/example_docs/mkdocs/build.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/example_docs/mkdocs/build.md b/docs/example_docs/mkdocs/build.md index 700675f..ae031af 100644 --- a/docs/example_docs/mkdocs/build.md +++ b/docs/example_docs/mkdocs/build.md @@ -17,3 +17,7 @@ mkdocs serve ``` A URL will be printed out that you can open in your browser. + +## Deploying the Docs + +To allow your documentation to be visible via GitHub Pages, go to "Settings > Pages" in your repository's settings and make sure "Branch" is set to "gh-pages" instead of "main".