Files
spring-integration/.github/workflows/deploy-docs.yml
Artem Bilan 7f7ec29801 Upgrade to Gradle 8.6; latest reusable workflows
* Add `package-ecosystem: "github-actions"` for Dependabot

**Auto-cherry-pick to `6.2.x`**
2024-02-09 16:04:55 -05:00

20 lines
329 B
YAML

name: Deploy Docs
on:
push:
branches:
- '*.x'
- main
tags:
- '**'
workflow_dispatch:
permissions:
actions: write
jobs:
dispatch-docs-build:
if: github.repository_owner == 'spring-projects'
uses: spring-io/spring-github-workflows/.github/workflows/spring-dispatch-docs-build.yml@main