refact: merge HUGO_VERSION, add deploy-preview. (#18020)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
f9a939c5cf
commit
6275183b59
+2
-2
@@ -15,10 +15,10 @@ HUGO_ENV = "production"
|
||||
HUGO_ENABLEGITINFO = "true"
|
||||
|
||||
[context.deploy-preview]
|
||||
command = "hugo --enableGitInfo --buildFuture -b $DEPLOY_PRIME_URL"
|
||||
command = "make deploy-preview"
|
||||
|
||||
[context.branch-deploy]
|
||||
command = "hugo --enableGitInfo --buildFuture -b $DEPLOY_PRIME_URL"
|
||||
command = "make deploy-preview"
|
||||
|
||||
[context.master]
|
||||
# This context is triggered by the `master` branch and allows search indexing
|
||||
|
||||
Reference in New Issue
Block a user