We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8565ed commit 2a117a4Copy full SHA for 2a117a4
README.md
@@ -72,6 +72,8 @@ git checkout asf-site
72
git pull
73
# create a branch for the publishing
74
git checkout -b publish_blog
75
+# push code upstream
76
+git push
77
# copy content built from _site directory
78
cp -R ../datafusion-site/_site/* .
79
git commit -a -m 'Publish blog content'
0 commit comments