Skip to content

aep-136: clarify and fix kebab-case usage in custom method URIs (#410) #125

aep-136: clarify and fix kebab-case usage in custom method URIs (#410)

aep-136: clarify and fix kebab-case usage in custom method URIs (#410) #125

Workflow file for this run

---
name: publish_site
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
container: node:20
steps:
- name: Trigger site generator repo
uses: peter-evans/repository-dispatch@v3
with:
event-type: publish-event
repository: aep-dev/site-generator
token: ${{ secrets.GH_PAT }}