We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3aec74a + 9d05be2 commit 292ae47Copy full SHA for 292ae47
.github/workflows/Doxygen.yml
@@ -62,8 +62,8 @@ jobs:
62
if: github.ref == 'refs/heads/main'
63
run: |
64
curl -X POST \
65
- -d "token=${{ secrets.rtd_webhook_secret }}" \
66
-H "Content-Type: application/json" \
+ -d '{"token": "${{ secrets.rtd_webhook_secret }}"}' \
67
"https://readthedocs.org/api/v2/webhook/itkdoxygen/290126/"
68
69
- name: Prepare HTML for GitHub Pages
0 commit comments