Skip to content

Merge pull request #9 from angiegarciaa/2024-03-arctic #26

Merge pull request #9 from angiegarciaa/2024-03-arctic

Merge pull request #9 from angiegarciaa/2024-03-arctic #26

Workflow file for this run

# Webook to build course website
name: Dispatcher
on:
push:
branches: ['**']
jobs:
dispatch:
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/[email protected]
with:
token: ${{ secrets.TOKEN }}
repository: nceas/repro-research-course
event-type: quarto
client-payload: '{"branch": "${{ github.ref_name }}", "repo": "scalable-computing-course"}'