mirror of https://github.com/crossplane/docs.git
Merge pull request #428 from plumbis/url-fix
This commit is contained in:
commit
3069a03bc2
|
@ -11,7 +11,7 @@ cat config.yaml
|
|||
|
||||
if [ $CONTEXT = "production"]
|
||||
then
|
||||
hugo --minify --baseURL $URL
|
||||
hugo --minify --baseURL https://docs.crossplane.io/
|
||||
else
|
||||
hugo --minify --baseURL $DEPLOY_URL
|
||||
fi
|
Loading…
Reference in New Issue