From 9ad7ac662c95ada9153b26848923cea21a091883 Mon Sep 17 00:00:00 2001 From: Willy Kloucek Date: Wed, 2 Dec 2020 11:43:17 +0100 Subject: [PATCH] fix failed docs deployment --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index 97ccde5e1..6760943a8 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -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