mirror of https://github.com/grpc/grpc.io.git
parent
9f92b1e332
commit
e125e5f8f9
2
Makefile
2
Makefile
|
|
@ -1,4 +1,4 @@
|
|||
HUGO_VERSION = 0.70.0
|
||||
HUGO_VERSION = 0.76.2
|
||||
DOCKER_IMG := klakegg/hugo:$(HUGO_VERSION)-ext
|
||||
SERVE_CMD = server --buildDrafts --buildFuture --disableFastRender --ignoreCache
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ publish = "public"
|
|||
command = "make production-build"
|
||||
|
||||
[build.environment]
|
||||
HUGO_VERSION = "0.70.0"
|
||||
HUGO_VERSION = "0.76.2"
|
||||
NODE_VERSION = "12"
|
||||
|
||||
[context.deploy-preview]
|
||||
|
|
|
|||
Loading…
Reference in New Issue