Skip to content

Delete .github/workflows/packages_creation.yml #238

Delete .github/workflows/packages_creation.yml

Delete .github/workflows/packages_creation.yml #238

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