Skip to content

Commit 8abff8c

Browse files
authored
fix mkdocs (#125)
1 parent b02c569 commit 8abff8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ jobs:
5858
JUPYTER_PLATFORM_DIRS: 1
5959
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6060
run: |
61-
mkdocs gh-deploy --force
61+
uv run mkdocs gh-deploy --force

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
site_name: Solcast API C# SDK
2-
site_url: https://solcast.github.io/solcast_net/
2+
site_url: https://solcast.github.io/solcast-api-csharp-sdk/
33
site_dir: public
44
theme:
55
name: material

0 commit comments

Comments
 (0)