We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53cedda commit c19de5cCopy full SHA for c19de5c
4 files changed
.github/workflows/docs.yml
@@ -1,7 +1,7 @@
1
on:
2
- push:
3
- branches:
4
- - main
+ release:
+ types: [published]
+ workflow_dispatch:
5
6
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
7
permissions:
docs/docfx.json
@@ -41,7 +41,7 @@
41
"_appTitle": "MCP .NET SDK",
42
"_enableSearch": true,
43
"pdf": true,
44
- "_appLogoPath": "images/logo.png",
+ "_appLogoPath": "images/mcp.svg",
45
"_appFaviconPath": "images/favicon.ico"
46
}
47
docs/images/logo.png
-1.32 KB
docs/images/mcp.svg
0 commit comments