Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/apidocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ on:
- published
# Allow running this workflow manually from the Actions tab
workflow_dispatch:
pull_request:

jobs:
deploy:

permissions:
pages: write # to deploy to Pages
id-token: write # to verify the deployment originates from an appropriate source

environment:
name: github-pages
Expand Down Expand Up @@ -46,4 +46,5 @@ jobs:

- name: Deploy to GitHub Pages
id: deployment
if: ${{ github.repository == 'modelcontextprotocol/kotlin-sdk' && ((github.event_name == 'release' && github.event.action == 'published') || github.event_name == 'workflow_dispatch') }}
uses: actions/deploy-pages@v4
Loading