Skip to content

Make community logos white and larger in widget header #8

Make community logos white and larger in widget header

Make community logos white and larger in widget header #8

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 }}"}'