correcting 2 steps in docs deployment readme (#10899)

This commit is contained in:
Evan Rusackas
2020-09-15 22:09:32 -07:00
committed by GitHub
parent 4eeee4c2eb
commit 1f7301025a

View File

@@ -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