tet123/.github/workflows/website-build-workflow.yml
2022-04-08 13:04:10 +02: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@v1
with:
token: ${{ secrets.PUBLISH_GH_TOKEN}}
repository: debezium/debezium.github.io
event-type: documentation-update-event