Skip to content

Merge remote-tracking branch 'origin/develop' #12

Merge remote-tracking branch 'origin/develop'

Merge remote-tracking branch 'origin/develop' #12

Workflow file for this run

name: Notify Documentation Repo
on:
push:
branches:
- main
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Dispatch to documentation repo
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.DOCS_REPO_TOKEN }}
repository: OpenScience-Collective/documentation
event-type: osa-updated
client-payload: '{"sha": "${{ github.sha }}", "ref": "${{ github.ref }}"}'