Skip to content

Commit 4bd4577

Browse files
authored
Update docs.yml
1 parent 752f9d0 commit 4bd4577

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ on:
77

88
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
99
permissions:
10-
actions: read
10+
contents: read
1111
pages: write
12-
id-token: write
1312

1413
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
1514
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
@@ -19,8 +18,6 @@ concurrency:
1918

2019
jobs:
2120
publish-docs:
22-
# Only publish from the modelcontextprotocol/csharp-sdk repository
23-
if: ${{ github.repository == 'modelcontextprotocol/csharp-sdk' }}
2421
environment:
2522
name: github-pages
2623
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)