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 2c46797Copy full SHA for 2c46797
.github/workflows/apidocs.yaml
@@ -6,13 +6,13 @@ on:
6
- published
7
# Allow running this workflow manually from the Actions tab
8
workflow_dispatch:
9
+ pull_request:
10
11
jobs:
12
deploy:
13
14
permissions:
15
pages: write # to deploy to Pages
- id-token: write # to verify the deployment originates from an appropriate source
16
17
environment:
18
name: github-pages
@@ -46,4 +46,5 @@ jobs:
46
47
- name: Deploy to GitHub Pages
48
id: deployment
49
+ if: ${{ github.repository == 'modelcontextprotocol/kotlin-sdk' && ((github.event_name == 'release' && github.event.action == 'published') || github.event_name == 'workflow_dispatch') }}
50
uses: actions/deploy-pages@v4
0 commit comments