Merge branch 'main' into fix_e_unit_SECPL4FGLSM #72
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 |