Skip to content

Commit

Permalink
Change builder render script
Browse files Browse the repository at this point in the history
  • Loading branch information
ottopilotto committed Sep 19, 2023
1 parent d38406a commit da9de40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/render-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit da9de40

Please sign in to comment.