Skip to content

updated the way on how to display slides. This time we use in frame l… #1076

updated the way on how to display slides. This time we use in frame l…

updated the way on how to display slides. This time we use in frame l… #1076

Workflow file for this run

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