Skip to content

Add a partial to manage an admonition that a couple of scenarios have… #25

Add a partial to manage an admonition that a couple of scenarios have…

Add a partial to manage an admonition that a couple of scenarios have… #25

name: Trigger Antora site build
on:
push:
branches:
- main
jobs:
trigger:
runs-on: ubuntu-latest
steps:
- run: |
curl -XPOST -u "${{ secrets.PAT_USERNAME}}:${{secrets.PAT_TOKEN}}" -H "Accept: application/vnd.github.everest-preview+json" -H "Content-Type: application/json" https://api.github.com/repos/GameBrains/er-playbook/actions/workflows/antora-publish.yml/dispatches --data '{"ref": "master"}'