This is an automated email from the ASF dual-hosted git repository.
agrove pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-site.git
The following commit(s) were added to refs/heads/main by this push:
new 6db7812 Update deployment isntructions (#14)
6db7812 is described below
commit 6db78120d18d75a419bee93e416fccc520fdcd70
Author: Andrew Lamb <[email protected]>
AuthorDate: Tue Aug 20 10:34:30 2024 -0400
Update deployment isntructions (#14)
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]