Skip to content

Fixed documentation link issue. #174

Fixed documentation link issue.

Fixed documentation link issue. #174

Workflow file for this run

name: Trigger REBOUNDx CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Trigger REBOUNDx CI
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.REBX_TRIGGER_TOKEN }}
repository: dtamayo/reboundx
event-type: trigger_rebx
client-payload: '{"sha": "${{ github.sha }}"}'