We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b02c569 commit 8abff8cCopy full SHA for 8abff8c
.github/workflows/deploy-docs.yml
@@ -58,4 +58,4 @@ jobs:
58
JUPYTER_PLATFORM_DIRS: 1
59
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
60
run: |
61
- mkdocs gh-deploy --force
+ uv run mkdocs gh-deploy --force
mkdocs.yml
@@ -1,5 +1,5 @@
1
site_name: Solcast API C# SDK
2
-site_url: https://solcast.github.io/solcast_net/
+site_url: https://solcast.github.io/solcast-api-csharp-sdk/
3
site_dir: public
4
theme:
5
name: material
0 commit comments