diff --git a/Makefile b/Makefile index f4d864b03..3b6763443 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 --delete -ax --exclude 'static' ../docs/ content/; \ + rsync -ax ../docs/ content/; \ .PHONY: config-docs-generate config-docs-generate: diff --git a/docs/ocis/public-upload-flow.md b/docs/ocis/public-upload-flow.md index 7716175ff..399a5379b 100644 --- a/docs/ocis/public-upload-flow.md +++ b/docs/ocis/public-upload-flow.md @@ -12,4 +12,4 @@ geekdocFilePath: public-upload-flow.md The following diagram describes the flow of requests: -{{< svg src="static/ocis/tus-public-upload.svg" >}} \ No newline at end of file +{{< svg src="ocis/static/tus-public-upload.svg" >}}