This is an automated email from the ASF dual-hosted git repository. jiayu pushed a change to branch branch-1.7.2 in repository https://gitbox.apache.org/repos/asf/sedona.git
from 584cbe8459 [DOCS] Fix issues in the Compile Sedona source code page to make it easy to setup dev environment (#2011) new f293a21e39 [CI] Rename `lint` workflow to `pre-commit` (#2029) new 93b5d9c8b6 [DOCS] standing up blog infra (#2081) The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .github/workflows/{lint.yml => pre-commit.yml} | 0 .pre-commit-config.yaml | 2 +- docs/blog/.authors.yml | 30 ++++++++++++ docs/blog/.vscode/ltex.dictionary.en-US.txt | 3 ++ .../linters/.yaml-lint.yml => docs/blog/index.md | 19 ++++---- docs/blog/posts/.vscode/ltex.dictionary.en-US.txt | 3 ++ docs/blog/posts/intro-to-sedona-blog.md | 53 ++++++++++++++++++++++ mkdocs.yml | 16 ++++++- 8 files changed, 116 insertions(+), 10 deletions(-) rename .github/workflows/{lint.yml => pre-commit.yml} (100%) create mode 100644 docs/blog/.authors.yml create mode 100644 docs/blog/.vscode/ltex.dictionary.en-US.txt copy .github/linters/.yaml-lint.yml => docs/blog/index.md (79%) create mode 100644 docs/blog/posts/.vscode/ltex.dictionary.en-US.txt create mode 100644 docs/blog/posts/intro-to-sedona-blog.md