fix failed docs deployment

This commit is contained in:
Willy Kloucek
2020-12-02 11:43:17 +01:00
parent 7f8afe67ab
commit 9ad7ac662c

View File

@@ -23,7 +23,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 --delete --exclude hugo/ --exclude Makefile --exclude README.md ../. content/; \
rsync -ax --delete --exclude hugo/ --exclude Makefile --exclude .gitignore --exclude README.md ../. content/; \
.PHONY: docs-serve
docs-serve: config-docs-generate docs-copy