feat: add productization plan and web UI scaffold (#23) #5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 }}"}' |