From c0db30c10cba7735f1fa74f5cd9e0e437fb16c12 Mon Sep 17 00:00:00 2001 From: Charlie Drage Date: Mon, 11 Dec 2017 12:52:37 -0500 Subject: [PATCH] Fix slate issues / redirecting (#527) Copies over the file rather than moving it, allowing the redirect-plugin to take over. Closes https://github.com/kedgeproject/kedge/issues/523 --- scripts/sync-docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sync-docs.sh b/scripts/sync-docs.sh index 2f87059f2..e3e76b291 100755 --- a/scripts/sync-docs.sh +++ b/scripts/sync-docs.sh @@ -34,7 +34,7 @@ git checkout master docs rm docs/README.md # File reference is going to be built with "Slate" -mv docs/file-reference.md slate/source/index.html.md +cp docs/file-reference.md slate/source/index.html.md # clean-up the docs and convert to jekyll-friendly docs cd docs