diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-01-01 14:39:06 +0100 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-01-01 14:39:06 +0100 |
commit | 3181cd8d9e491986f60ce424889354e108873e84 (patch) | |
tree | e1262e9783f7c92b9c242769411008e05d4c7404 | |
parent | f5b7fb9aa2a5e3851a1bd20374a52507bd5f7ce4 (diff) |
Disable enableGitInfo in travis
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | exampleSite/config.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 644683c..7299232 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/exampleSite/config.yml b/exampleSite/config.yml index d9d9cee..1e033b4 100644 --- a/exampleSite/config.yml +++ b/exampleSite/config.yml @@ -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 |