add _index.md to the docs

This commit is contained in:
Michael Barz
2020-10-02 13:04:35 +02:00
parent f899ada824
commit 4b61b57f8d
+1 -1
View File
@@ -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: