Skip to content

Merge pull request #21 from fiskaltrust/removed-appendix-me #25

Merge pull request #21 from fiskaltrust/removed-appendix-me

Merge pull request #21 from fiskaltrust/removed-appendix-me #25

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
dispatch-deploy:
runs-on: ubuntu-latest
steps:
- name: Dispatch deploy-docs event
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.DOCS_REPOS_DISPATCH_TOKEN }}
repository: fiskaltrust/service-docs-ui
event-type: update-docs
client-payload: |-
{
"sha": "${{ github.sha }}",
"repository": "${{ github.repository }}"
}