Skip to content

Commit 1d48240

Browse files
Merge pull request #2136 from openaps/peterleimbach-patch-4
Update manual-trigger-rtd-build.yml
2 parents b87d765 + be507dd commit 1d48240

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/manual-trigger-rtd-build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,11 @@ jobs:
5959
uses: wei/curl@v1
6060
with:
6161
args: -X POST -d "branches=${{ steps.extract_branch.outputs.branch }}" -d "token=${{ secrets.RTD_WEBHOOK_KEY_TR }}" https://readthedocs.org/api/v2/webhook/androidaps-tr/209052/
62+
- name: curl
63+
uses: wei/curl@v1
64+
with:
65+
args: -X POST -d "branches=${{ steps.extract_branch.outputs.branch }}" -d "token=${{ secrets.RTD_WEBHOOK_KEY_ZH_CN }}" https://readthedocs.org/api/v2/webhook/androidaps-zh-cn/281205/
66+
- name: curl
67+
uses: wei/curl@v1
68+
with:
69+
args: -X POST -d "branches=${{ steps.extract_branch.outputs.branch }}" -d "token=${{ secrets.RTD_WEBHOOK_KEY_ZH_TW }}" https://readthedocs.org/api/v2/webhook/androidaps-zh-tw/281206/

0 commit comments

Comments
 (0)