From 1e6e266513d27402760bba3a180c73f0f68c07a5 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Wed, 20 Nov 2024 06:46:13 -0500 Subject: [PATCH 1/2] Add information about site-status / publishing to README --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e34ab17..e022be00 100644 --- a/README.md +++ b/README.md @@ -72,13 +72,18 @@ 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 on a schedule, so it may take +some time for the changes to be reflected. You can check the status at +[ASF Infra sitesource](https://infra-reports.apache.org/#sitesource) From 4606e69fae55f872b5d4e7928b0d411daac07ca3 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Wed, 20 Nov 2024 09:57:20 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index e022be00..17f43955 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,5 @@ For example, see https://github.com/apache/datafusion-site/pull/9 #### Check site status -The website is updated from the `asf-site` branch on a schedule, so it may take -some time for the changes to be reflected. You can check the status at +The website is updated from the `asf-site` branch. You can check the status at [ASF Infra sitesource](https://infra-reports.apache.org/#sitesource)