Skip to content

Commit b2051f2

Browse files
committed
Changed rtd webhook url
1 parent faa3d51 commit b2051f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ jobs:
239239
steps:
240240
- name: Trigger Read the Docs build
241241
run: |
242-
curl -X POST -d "branches=main" -d "token=${{ secrets.READTHEDOCS_TOKEN }}" https://app.readthedocs.org/api/v2/webhook/ratspy/314741/
242+
curl -X POST -d "branches=main" -d "token=${{ secrets.READTHEDOCS_TOKEN }}" https://app.readthedocs.org/api/v2/webhook/ratspy/314743/
243243
244244
rust_tests:
245245
name: Build and test rats

0 commit comments

Comments
 (0)