mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2024-11-22 03:19:25 +00:00
Disable enableGitInfo in travis
This commit is contained in:
parent
f5b7fb9aa2
commit
3181cd8d9e
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user