Skip to content

Commit 5cc0299

Browse files
Update release.yml
Added Antora Generator call at the end to trigger the GitHub Pages build.
1 parent 296c549 commit 5cc0299

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)