fix: serve Namespace and lazy-import bugs; add CLI smoke and seam tes… #11
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 }}"}' |