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 22777ac commit f72caa9Copy full SHA for f72caa9
.github/workflows/docs.yml
@@ -20,8 +20,7 @@ concurrency:
20
jobs:
21
publish-docs:
22
# Only publish from the modelcontextprotocol/csharp-sdk repository
23
- if: ${{ github.github.repository == 'modelcontextprotocol/csharp-sdk' }}
24
-
+ if: ${{ github.repository == 'modelcontextprotocol/csharp-sdk' }}
25
environment:
26
name: github-pages
27
url: ${{ steps.deployment.outputs.page_url }}
0 commit comments