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 830aada commit c1d39ecCopy full SHA for c1d39ec
.github/workflows/deploy-docs.yml
@@ -14,7 +14,7 @@ permissions:
14
contents: write
15
jobs:
16
build:
17
- if: github.repository_owner == 'spring-projects'
+ if: github.repository_owner == 'spring-projects-experimental'
18
runs-on: ubuntu-latest
19
steps:
20
- name: Checkout
@@ -50,4 +50,4 @@ jobs:
50
with:
51
context-root: spring-ai-mcp
52
cloudflare-zone-id: ${{ secrets.CLOUDFLARE_ZONE_ID }}
53
- cloudflare-cache-token: ${{ secrets.CLOUDFLARE_CACHE_TOKEN }}
+ cloudflare-cache-token: ${{ secrets.CLOUDFLARE_CACHE_TOKEN }}
0 commit comments