diff --git a/docs/Makefile b/docs/Makefile index d5d3f7c01a..069350aa1a 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -13,6 +13,8 @@ docs-generate: ## run docs-generate for all oCIS services .PHONY: docs-init docs-init: @mkdir -p hugo/content/ + @mkdir -p hugo/public/ + @touch hugo/public/.nojekyll @cd hugo && git init @cd hugo && git config advice.detachedHead false @cd hugo && git remote rm origin || true