Skip to content

Some small improvements to text in the Battle scenarios. #24

Some small improvements to text in the Battle scenarios.

Some small improvements to text in the Battle scenarios. #24

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"}'