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 b3e162b + 5d492ad commit 3aec74aCopy full SHA for 3aec74a
.github/workflows/Doxygen.yml
@@ -58,6 +58,14 @@ jobs:
58
env:
59
GH_TOKEN: ${{ secrets.github_token }}
60
61
+ - name: Trigger ReadTheDocs build
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" \
67
+ "https://readthedocs.org/api/v2/webhook/itkdoxygen/290126/"
68
+
69
- name: Prepare HTML for GitHub Pages
70
if: github.ref == 'refs/heads/main'
71
run: |
0 commit comments