Skip to content

[iKin] updated HN of iCubEye 2.10 #295

[iKin] updated HN of iCubEye 2.10

[iKin] updated HN of iCubEye 2.10 #295

name: Trigger Documentation
on:
push:
branches:
- 'devel'
jobs:
docs:
name: "Trigger"
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.BOT_TRIGGER_ROBOTOLOGY_DOCUMENTATION }}
repository: robotology/robotology-documentation
event-type: build_documentation
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'