From da9de404600af8df7ab21fa706d1cfa68e61e366 Mon Sep 17 00:00:00 2001 From: Adam Krol Date: Tue, 19 Sep 2023 16:01:46 +0200 Subject: [PATCH] Change builder render script --- scripts/render-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/render-build.sh b/scripts/render-build.sh index d2f009dda..feb92c426 100755 --- a/scripts/render-build.sh +++ b/scripts/render-build.sh @@ -12,4 +12,4 @@ git checkout docs # Build the self-hosting version of the site SPACELIFT_DISTRIBUTION=SELF_HOSTED ./scripts/remove-files-based-on-distribution.sh -NAV_FILE=./nav.self-hosted.yaml SPACELIFT_DISTRIBUTION=SELF_HOSTED DOC_ENV=preprod LOGO=assets/images/logo-selfhosted.svg mkdocs build -d site/self-hosted/latest +NAV_FILE=./nav.self-hosted.yaml SPACELIFT_DISTRIBUTION=SELF_HOSTED DOC_ENV=preprod LOGO=assets/images/logo-selfhosted.svg SITE_URL=https://docs.spacelift.dev/self-hosted mkdocs build -d site/self-hosted/latest