We need to be able to set the host to a different value for builds that run on Github Actions. This change adds logic to optionally set the host to the value passed in via the deployDocsHost -P flag. If none is provided, it will use the default docs.af.pivotal.io value.
We need to be able to set the host to a different value for builds that run on Github Actions. This change adds logic to optionally set the host to the value passed in via the
deployDocsHost
-P flag. If none is provided, it will use the defaultdocs.af.pivotal.io
value.