Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the git push was also out of order , so I corrected it while I was making this PR

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)