Merge pull request #1003 from owncloud/fix_docs_deployment

[docs-only] fix failed docs deployment
This commit is contained in:
Phil Davis
2020-12-02 16:40:09 +05:45
committed by GitHub

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