Update Makefile

This commit is contained in:
Michael Barz
2022-12-28 12:26:34 +01:00
committed by GitHub
parent de16b49812
commit 37b5474b4d

View File

@@ -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