Disable enableGitInfo in travis

This commit is contained in:
Alex Shpak 2019-01-01 14:39:06 +01:00
parent f5b7fb9aa2
commit 3181cd8d9e
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
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

View File

@ -28,4 +28,4 @@ params:
# Enable "Edit this page" links for 'doc' page type.
# Disabled by default. Uncomment to enable. Requires 'BookRepo' param.
# BookEditPath: edit/master/exampleSite/content
BookEditPath: edit/master/exampleSite/content