From ed5633cfc0a255fbc5ba5fcdb9d9e95eb411aeb4 Mon Sep 17 00:00:00 2001 From: Gilbert Gilb's Date: Wed, 28 Dec 2016 22:01:28 +0100 Subject: [PATCH] Suggest to update submodules if hugo theme is in a submodule. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 79305ee..d91ba3f 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,8 @@ before_script: - echo "37ee91ab3469afbf7602a091d466dfa5 hugo_0.16_linux-64bit.tgz" | md5sum -c - tar xf hugo_0.16_linux-64bit.tgz && cp ./hugo /usr/bin - hugo version + # Uncomment the next line if your theme is in a git submodule + #- git submodule update --init pages: script: