correcting 2 steps in docs deployment readme (#10899)
This commit is contained in:
parent
4eeee4c2eb
commit
1f7301025a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue