This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git
The following commit(s) were added to refs/heads/master by this push:
new 66a6e390ea [CI] Optimize docs workflow; pip install -r
requirements-docs.txt (#1901)
66a6e390ea is described below
commit 66a6e390ea272e8c5261ae985b210545051f7380
Author: John Bampton <[email protected]>
AuthorDate: Thu Apr 3 01:54:04 2025 +1000
[CI] Optimize docs workflow; pip install -r requirements-docs.txt (#1901)
---
.github/workflows/docs.yml | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 14b8e2c76a..80bc45a993 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -48,11 +48,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.x
- - run: pip install mkdocs-jupyter
- - run: pip install mkdocs-material
- - run: pip install mkdocs-macros-plugin
- - run: pip install mkdocs-git-revision-date-localized-plugin
- - run: pip install mike
+ - run: pip install -r requirements-docs.txt
- run: sudo apt update
- uses: r-lib/actions/[email protected]
with: