Disable enableGitInfo in travis
This commit is contained in:
+1
-1
@@ -1,2 +1,2 @@
|
|||||||
language: generic
|
language: generic
|
||||||
script: docker run --rm -it -v $(pwd)/exampleSite:/src -v $(pwd):/src/themes/hugo-book klakegg/hugo:0.52-ext-alpine
|
script: docker run --rm -it -v $(pwd)/exampleSite:/src -v $(pwd):/src/themes/hugo-book klakegg/hugo:0.52-ext-alpine --enableGitInfo=false
|
||||||
|
|||||||
@@ -28,4 +28,4 @@ params:
|
|||||||
|
|
||||||
# Enable "Edit this page" links for 'doc' page type.
|
# Enable "Edit this page" links for 'doc' page type.
|
||||||
# Disabled by default. Uncomment to enable. Requires 'BookRepo' param.
|
# Disabled by default. Uncomment to enable. Requires 'BookRepo' param.
|
||||||
# BookEditPath: edit/master/exampleSite/content
|
BookEditPath: edit/master/exampleSite/content
|
||||||
|
|||||||
Reference in New Issue
Block a user