This is an automated email from the ASF dual-hosted git repository. alamb pushed a commit to branch alamb-patch-1 in repository https://gitbox.apache.org/repos/asf/datafusion-site.git
commit 2a117a48f22d142b2e2aac7a88fedc19c5cb12eb Author: Andrew Lamb <[email protected]> AuthorDate: Wed Jul 24 12:29:52 2024 -0400 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' --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
