Skip to content

Commit ce47493

Browse files
committed
Trying to fix actions
1 parent 9cc63b0 commit ce47493

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish-doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
with:
2323
python-version: 3.12
2424
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
25-
- run: pip install mkdocs==1.6.1 mkdocs-material==9.6.15 mkdocstrings==0.29.1 mkdocstrings-python==1.16.12
25+
- run: pip install mkdocs mkdocs-material mkdocstrings[python]
2626
- run: mkdocs gh-deploy --force

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
site_name: GeoPandas-AI
22
site_url: https://geopandas-ai.github.io/geopandas-ai/
3-
repo_url: https://github.com/GaspardMerten/geopandas-ai
4-
repo_name: GaspardMerten/geopandas-ai
3+
repo_url: https://github.com/GeoPandasAI/geopandas-ai
4+
repo_name: GeoPandas-AI/geopandas-ai
55
site_description: "GeoPandas-AI: Conversational, stateful GeoDataFrame with LLM integration"
66
edit_uri: edit/main/docs/
77

0 commit comments

Comments
 (0)