Skip to content

Commit b57fb93

Browse files
authored
Merge pull request #32 from thewtex/rtd-trigger-branches
BUG: Add the branches parameter to RTD trigger
2 parents 292ae47 + b3ac21e commit b57fb93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Doxygen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: |
6464
curl -X POST \
6565
-H "Content-Type: application/json" \
66-
-d '{"token": "${{ secrets.rtd_webhook_secret }}"}' \
66+
-d '{"token": "${{ secrets.rtd_webhook_secret }}", "branches": "latest"}' \
6767
"https://readthedocs.org/api/v2/webhook/itkdoxygen/290126/"
6868
6969
- name: Prepare HTML for GitHub Pages

0 commit comments

Comments
 (0)