diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 54a96a2..15699a1 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -31,7 +31,7 @@ jobs: uses: astral-sh/setup-uv@v5 - name: Build documentation - run: uv run --extra docs zensical build + run: uvx --with "mkdocstrings[python]" zensical build - name: Upload artifact uses: actions/upload-pages-artifact@v4 diff --git a/zensical.toml b/zensical.toml index 6f01500..21bce73 100644 --- a/zensical.toml +++ b/zensical.toml @@ -2,7 +2,7 @@ site_name = "xarray-sql" site_description = "Query Xarray with SQL" site_author = "Alexander Merose" -site_url = "https://alex.merose.com/xarray-sql" +site_url = "https://alxmrs.github.io/xarray-sql" repo_url = "https://github.com/alxmrs/xarray-sql" repo_name = "alxmrs/xarray-sql" edit_uri = "edit/main/docs/"