Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Switched repo targets and sources for testing #12

Switched repo targets and sources for testing

Switched repo targets and sources for testing #12

Workflow file for this run

name: Antora Documentation Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
trigger_antora:
name: Trigger antora generator
runs-on: Ubuntu-latest
env:
MUP_KEY: ${{ secrets.MACHINE_USER_PAT }}
steps:
- name: Trigger generator
if: ${{ env.MUP_KEY != '' }}
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.MACHINE_USER_PAT }}
event-type: antora-build-trigger
repository: philipwindecker/osi-antora-generator
client-payload: '{"src": "${{ github.repository }}", "ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "head_ref": "${{ github.head_ref }}"}'