resolves #1655 update k8s documentation #95
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: Docs Notify | |
on: | |
push: | |
paths: | |
- 'docs/**' | |
branches: | |
- main | |
jobs: | |
trigger_publish: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Notify docs.kroki.io | |
uses: peter-evans/[email protected] | |
with: | |
token: ${{ secrets.REPO_ACCESS_TOKEN }} | |
repository: yuzutech/docs.kroki.io | |
event-type: kroki |