DBZ-7418 Cherry-pick #5311 from main to 2.3 to fix callout descriptions #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build Website | |
on: | |
push: | |
branches: | |
- main | |
- 1.* | |
- 2.* | |
paths: | |
- 'documentation/**' | |
jobs: | |
build-deploy: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Repository Dispatch | |
uses: peter-evans/repository-dispatch@v2 | |
with: | |
token: ${{ secrets.PUBLISH_GH_TOKEN}} | |
repository: debezium/debezium.github.io | |
event-type: documentation-update-event |