From a268a16c6e2cd91bbd3513d2851047d3cc6b8cbc Mon Sep 17 00:00:00 2001 From: Amir Zarrinkafsh Date: Sat, 29 Feb 2020 17:20:07 +1100 Subject: [PATCH] [BUGFIX] Prevent clobbering of CNAME for docs (#661) --- docs/_config.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index 47281c10a..5507b384d 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,9 +1,12 @@ title: Authelia email: clement.michaud34@gmail.com description: Authelia is an open source multi-factor single sign-on portal for web applications -baseurl: "/authelia" -url: "https://authelia.github.io" +url: "https://docs.authelia.com" +repository: https://github.com/authelia/authelia logo: ./images/authelia-title.png footer_content: "Copyright © 2020 Authelia. Distributed by an Apache 2.0 license." markdown: kramdown -theme: just-the-docs \ No newline at end of file +theme: just-the-docs +keep_files: + - .git + - CNAME \ No newline at end of file