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.
apidocs.yaml
1 parent 77357a1 commit 2e0c4f2Copy full SHA for 2e0c4f2
.github/workflows/apidocs.yaml
@@ -12,7 +12,6 @@ jobs:
12
13
permissions:
14
pages: write # to deploy to Pages
15
- id-token: write # to verify the deployment originates from an appropriate source
16
17
environment:
18
name: github-pages
@@ -46,4 +45,5 @@ jobs:
46
45
47
- name: Deploy to GitHub Pages
48
id: deployment
+ if: ${{ github.repository == 'modelcontextprotocol/kotlin-sdk' && ((github.event_name == 'release' && github.event.action == 'published') || github.event_name == 'workflow_dispatch') }}
49
uses: actions/deploy-pages@v4
0 commit comments