tet123/.github/workflows/website-build-workflow.yml
dependabot[bot] 8136c6a3e1 [ci] Bump actions
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-31 06:57:23 +01: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@v2
with:
token: ${{ secrets.PUBLISH_GH_TOKEN}}
repository: debezium/debezium.github.io
event-type: documentation-update-event