Skip to content

Commit 1382e91

Browse files
authored
Documentation fixes: faster, correct URL. (#157)
1 parent f270bbf commit 1382e91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: astral-sh/setup-uv@v5
3232

3333
- name: Build documentation
34-
run: uv run --extra docs zensical build
34+
run: uvx --with "mkdocstrings[python]" zensical build
3535

3636
- name: Upload artifact
3737
uses: actions/upload-pages-artifact@v4

zensical.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
site_name = "xarray-sql"
33
site_description = "Query Xarray with SQL"
44
site_author = "Alexander Merose"
5-
site_url = "https://alex.merose.com/xarray-sql"
5+
site_url = "https://alxmrs.github.io/xarray-sql"
66
repo_url = "https://github.com/alxmrs/xarray-sql"
77
repo_name = "alxmrs/xarray-sql"
88
edit_uri = "edit/main/docs/"

0 commit comments

Comments
 (0)