Skip to content

fixing 92 by using path field (#98) #8

fixing 92 by using path field (#98)

fixing 92 by using path field (#98) #8

Workflow file for this run

---
name: publish
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-beta
token: ${{ secrets.GH_PAT }}