We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 910954b commit a06e6a6Copy full SHA for a06e6a6
.github/workflows/dev-docs.yml
@@ -26,3 +26,7 @@ jobs:
26
git add .
27
git commit -m 'docs'
28
git push origin docs/development -f
29
+ - name: Trigger rebuild of development documentation
30
+ run: |
31
+ curl -X POST -H "Authorization: Token ${{ secrets.RTD_TOKEN }}" https://readthedocs.org/api/v3/projects/eva-python-sdk/versions/docs-development/builds/
32
+
0 commit comments