Merge pull request #5489 from Astro-Kirsty/doc_build_error_stats #54
Workflow file for this run
This file contains 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: Build dev docs | |
on: push | |
jobs: | |
dispatch-docs: | |
if: github.repository_owner == 'gammapy' | |
runs-on: ubuntu-latest | |
steps: | |
- name: Dispatch Gammapy Docs | |
uses: peter-evans/repository-dispatch@v3 | |
with: | |
token: ${{ secrets.REMOTE_DISPATCH }} | |
repository: gammapy/gammapy-docs | |
event-type: dev-docs |