Skip to content

Commit a06e6a6

Browse files
authored
feat: trigger rtd for dev in ci (#101)
1 parent 910954b commit a06e6a6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/dev-docs.yml

+4
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,7 @@ jobs:
2626
git add .
2727
git commit -m 'docs'
2828
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

Comments
 (0)