tet123/.github/workflows/website-build-workflow.yml
dependabot[bot] 7d7b889447 [ci] Bump peter-evans/repository-dispatch from 2 to 3
Bumps [peter-evans/repository-dispatch](https://github.com/peter-evans/repository-dispatch) from 2 to 3.
- [Release notes](https://github.com/peter-evans/repository-dispatch/releases)
- [Commits](https://github.com/peter-evans/repository-dispatch/compare/v2...v3)

---
updated-dependencies:
- dependency-name: peter-evans/repository-dispatch
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-29 16:35:42 -05:00

21 lines
426 B
YAML

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@v3
with:
token: ${{ secrets.PUBLISH_GH_TOKEN}}
repository: debezium/debezium.github.io
event-type: documentation-update-event