From 2a117a48f22d142b2e2aac7a88fedc19c5cb12eb Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Wed, 24 Jul 2024 12:29:52 -0400 Subject: [PATCH] Update deployment isntructions Implement fix found by @comphead in https://github.com/apache/datafusion-site/pull/11#discussion_r1690000925 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 23bac24..3e34ab1 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,8 @@ git checkout asf-site git pull # create a branch for the publishing git checkout -b publish_blog +# push code upstream +git push # copy content built from _site directory cp -R ../datafusion-site/_site/* . git commit -a -m 'Publish blog content'