This is an automated email from the ASF dual-hosted git repository.

alamb 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 c3ec23a  Add information about site-status / publishing to README (#35)
c3ec23a is described below

commit c3ec23a20d151176cff8099dcf3a0e617d555e21
Author: Andrew Lamb <[email protected]>
AuthorDate: Wed Nov 20 16:24:43 2024 -0500

    Add information about site-status / publishing to README (#35)
    
    * Add information about site-status / publishing to README
    
    * Update README.md
---
 README.md | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 3e34ab1..17f4395 100644
--- a/README.md
+++ b/README.md
@@ -72,13 +72,17 @@ 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'
+# push code upstream
+git push 
 ```
 
 #### Make PR, targeting the `asf-site` branch
 For example, see https://github.com/apache/datafusion-site/pull/9
 
+#### Check site status
+
+The website is updated from the `asf-site` branch. You can check the status at 
+[ASF Infra sitesource](https://infra-reports.apache.org/#sitesource)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to