Skip to content

Commit f72caa9

Browse files
jeffhandleyCopilot
andauthored
Fix condition on docs workflow
Co-authored-by: Copilot <[email protected]>
1 parent 22777ac commit f72caa9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ concurrency:
2020
jobs:
2121
publish-docs:
2222
# Only publish from the modelcontextprotocol/csharp-sdk repository
23-
if: ${{ github.github.repository == 'modelcontextprotocol/csharp-sdk' }}
24-
23+
if: ${{ github.repository == 'modelcontextprotocol/csharp-sdk' }}
2524
environment:
2625
name: github-pages
2726
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)