Skip to content

feat(oas, x-aep-resource): add type, parents to schema (#42) #17

feat(oas, x-aep-resource): add type, parents to schema (#42)

feat(oas, x-aep-resource): add type, parents to schema (#42) #17

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