Add rawValuesPublisherInterface and related nws and nwc to stream and… #292
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }}"}' | |