From 4b61b57f8d11e0af088b6caa6dc706f54db8ad4f Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Fri, 2 Oct 2020 13:04:35 +0200 Subject: [PATCH] add _index.md to the docs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3b67634438..c112427739 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ docs-copy: git remote add origin https://github.com/owncloud/owncloud.github.io; \ git fetch --depth=1; \ git checkout origin/source -f; \ - rsync -ax ../docs/ content/; \ + rsync -ax --delete ../docs/ content/; \ .PHONY: config-docs-generate config-docs-generate: