Skip to content

Commit 2a117a4

Browse files
authored
Update deployment isntructions
Implement fix found by @comphead in #11 (comment)
1 parent a8565ed commit 2a117a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ git checkout asf-site
7272
git pull
7373
# create a branch for the publishing
7474
git checkout -b publish_blog
75+
# push code upstream
76+
git push
7577
# copy content built from _site directory
7678
cp -R ../datafusion-site/_site/* .
7779
git commit -a -m 'Publish blog content'

0 commit comments

Comments
 (0)