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 752f9d0 commit 4bd4577Copy full SHA for 4bd4577
.github/workflows/docs.yml
@@ -7,9 +7,8 @@ on:
7
8
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
9
permissions:
10
- actions: read
+ contents: read
11
pages: write
12
- id-token: write
13
14
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
15
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
@@ -19,8 +18,6 @@ concurrency:
19
18
20
jobs:
21
publish-docs:
22
- # Only publish from the modelcontextprotocol/csharp-sdk repository
23
- if: ${{ github.repository == 'modelcontextprotocol/csharp-sdk' }}
24
environment:
25
name: github-pages
26
url: ${{ steps.deployment.outputs.page_url }}
0 commit comments