From b48b988883c3be50e1d699cd176035635424bc00 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sat, 13 Jun 2020 12:21:34 +0200 Subject: [PATCH] fix again of path --- docs/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploy.sh b/docs/deploy.sh index 7a424fe0c6..5f4b16edf5 100644 --- a/docs/deploy.sh +++ b/docs/deploy.sh @@ -18,7 +18,7 @@ git checkout gh-pages # remove all but the build dir ls -Q | grep -v build | xargs rm -Rf -cp -Rf build/html/versions/* . +cp -Rf build/html/* . # docs/build is in .gitignore so will not be included git add . git st