Merge pull request #27 from DirectProjectJavaRI/gh-pages-migration #2
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 hub | |
| on: | |
| push: | |
| branches: [gh-pages] | |
| paths: | |
| - 'docs/**' | |
| jobs: | |
| dispatch: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Fire repository_dispatch to DirectProjectJavaRI.github.io | |
| uses: peter-evans/repository-dispatch@v3 | |
| with: | |
| token: ${{ secrets.DOCS_DISPATCH_TOKEN }} | |
| repository: DirectProjectJavaRI/DirectProjectJavaRI.github.io | |
| event-type: docs-updated |