Add $DEPLOY_PRIME_URL to the Hugo baseURL. (#14725)

This commit is contained in:
Craig Box 2024-03-17 15:23:02 +13:00 committed by GitHub
parent d43af18b27
commit a77a9de62f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ netlify_install:
netlify: netlify_install
@scripts/gen_site.sh
@scripts/build_site.sh "/latest"
@scripts/build_site.sh "${DEPLOY_PRIME_URL}/latest"
@scripts/include_archive_site.sh
# ISTIO_API_GIT_SOURCE allows to override the default Istio API repository, https://github.com/istio/api@$(SOURCE_BRANCH_NAME)