Skip to content

feat: allow FSMs to specify the next event to send (#1723) #365

feat: allow FSMs to specify the next event to send (#1723)

feat: allow FSMs to specify the next event to send (#1723) #365

Workflow file for this run

on:
push:
branches:
- main
name: Publish Docs
jobs:
build:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- name: checkout
uses: actions/checkout@v4
with:
submodules: true
- name: build_and_deploy
uses: shalzz/[email protected]
env:
# Target branch
PAGES_BRANCH: gh-pages
# Or if publishing to the same repo, use the automatic token
TOKEN: ${{ secrets.GITHUB_TOKEN }}
BUILD_DIR: docs