From 1f7301025a74a6de292a8efb8382b8d7b5fed514 Mon Sep 17 00:00:00 2001 From: Evan Rusackas Date: Tue, 15 Sep 2020 22:09:32 -0700 Subject: [PATCH] correcting 2 steps in docs deployment readme (#10899) --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 5b112efe8..33ee86fc6 100644 --- a/docs/README.md +++ b/docs/README.md @@ -55,11 +55,11 @@ git checkout asf-site rm -rf * # copy the static site here -cp -r ~/repos/incubator-superset/docs/public ./ +cp -r ~/repos/incubator-superset/docs/public/ ./ # git push git add . -git commit "{{ relevant commit msg }}" +git commit -m "relevant commit msg" git push origin asf-site # SUCCESS - it should take minutes to take effect on superset.apache.org