Skip to content

Commit ef55b4d

Browse files
philipwindeckerpmai
authored andcommitted
Update release.yml
Added Antora Generator call at the end to trigger the GitHub Pages build. Signed-off-by: Pierre R. Mai <[email protected]>
1 parent 1ec57b3 commit ef55b4d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,3 +182,11 @@ jobs:
182182
with:
183183
file: ASAM_OSI_${{needs.setup.outputs.output1}}.zip
184184
tag: ${{ github.ref }}
185+
- name: Trigger generator
186+
if: ${{ env.MUP_KEY != '' }}
187+
uses: peter-evans/repository-dispatch@v2
188+
with:
189+
token: ${{ secrets.MACHINE_USER_PAT }}
190+
event-type: antora-build-trigger
191+
repository: OpenSimulationInterface/osi-antora-generator
192+
client-payload: '{"src": "${{ github.repository }}", "ref": "master"}'

0 commit comments

Comments
 (0)