Skip to content

feat: add job detail and listing pages with real-time status (#27) #10

feat: add job detail and listing pages with real-time status (#27)

feat: add job detail and listing pages with real-time status (#27) #10

Workflow file for this run

name: Notify docs
on:
push:
branches: [main]
jobs:
notify:
runs-on: ubuntu-latest
steps:
- uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.DOCS_DISPATCH_TOKEN }}
repository: OpenAdaptAI/openadapt-maintenance
event-type: repo-updated
client-payload: '{"repo": "${{ github.repository }}", "sha": "${{ github.sha }}"}'