Skip to content

Commit

Permalink
Update trigger_doc_gen.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hugtalbot authored Jul 2, 2024
1 parent 48ec6e2 commit 92fdf09
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/trigger_doc_gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Empty action
- name: Send repository_dispatch
run: |
curl -X POST -H "Accept: application/vnd.github.v3+json" \
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
https://api.github.com/repos/${{ github.repository }}/dispatches \
-d '{"event_type": "generate-doc"}'
echo "Empty action triggering the generation of the documentation"

0 comments on commit 92fdf09

Please sign in to comment.