GH-548: [Release][Docs] Publish docs to https://arrow.apache.org/java/current/ on release#569
GH-548: [Release][Docs] Publish docs to https://arrow.apache.org/java/current/ on release#569kou merged 4 commits intoapache:mainfrom
Conversation
| cd site | ||
| git config --global user.name 'github-actions[bot]' | ||
| git config --global user.email 'github-actions[bot]@users.noreply.github.com' | ||
| git commit -m "Publish documentation (${GITHUB_SHA})" |
There was a problem hiding this comment.
nit, but "documentation" is perfectly fine here!
There was a problem hiding this comment.
Oh! I'll revert this change!
(I'm not sure the difference in "docs", "document", "documents", "documentation", "documentations", ...)
There was a problem hiding this comment.
docs -> short for documentation or documents (confusingly...)
document -> 書類など
documents -> plural of document (but usually not used for documentation, even though docs is used as the short form of both...)
documentations -> I think this not used (though apparently not wrong, just very rare)
|
I'm testing this on my fork but I reached "secondary rate limit": https://github.com/kou/arrow-java/actions/runs/13002063515/job/36263848521#step:3:17 Can we merge this and try this in a real release process...? |
|
Let's try this in a real release process. |
Fixes GH-548.