Merge pull request #16 from AkihiroSuda/hugo

fix git submodule
This commit is contained in:
Akihiro Suda
2020-10-09 20:16:18 +09:00
committed by GitHub

View File

@@ -1,6 +1,6 @@
[build]
publish = "docs.source/public"
command = "git submodule update -f --init && cd docs.source && npm install autoprefixer postcss postcss-cli && hugo --minify"
command = "git submodule update -f --init --recursive && cd docs.source && npm install autoprefixer postcss postcss-cli && hugo --minify"
[build.environment]
HUGO_VERSION = "0.75.1"