File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -56,10 +56,11 @@ jobs:
5656 enable-cache : true
5757
5858 - name : Set up Python3
59- run : uv python install 3
59+ run : uv python install 3.12
6060
61- - name : Test generating docs
62- run : make docs
61+ - name : Test docs
62+ run : |
63+ uvx --with-requirements requirements/requirements-docs.txt mkdocs build --strict -f docs/mkdocs.yml
6364
6465 benchmark :
6566 needs : [test]
Original file line number Diff line number Diff line change 3232 - name : Install dependencies
3333 run : |
3434 uv sync --all-extras
35-
36- - name : Install dependencies
37- run : |
3835 uv run pip install -r requirements/requirements-docs.txt
3936
4037 - name : Deploy docs
Original file line number Diff line number Diff line change @@ -3,4 +3,8 @@ mkdocs>=1.4.3
33mkdocs-jupyter>=0.24.5
44mkdocs-material[imaging]>=9.5
55griffe-inherited-docstrings>=1.0.0
6- mkdocstrings[python]>=0.25.1
6+ mkdocstrings[python]>=0.25.1
7+
8+ -e stac_fastapi/types
9+ -e stac_fastapi/api
10+ -e stac_fastapi/extensions
You can’t perform that action at this time.
0 commit comments