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.
1 parent 69c1c9c commit 8a7f19aCopy full SHA for 8a7f19a
1 file changed
.github/workflows/CI.yml
@@ -232,14 +232,14 @@ jobs:
232
name: DocumentationHTML
233
path: ratspy/docs/_build/html/
234
235
-# read_the_docs:
236
-# name: Read the Docs trigger
237
-# needs: [docs, publish]
238
-# runs-on: ubuntu-latest
239
-# steps:
240
-# - name: Trigger Read the Docs build
241
-# run: |
242
-# curl -X POST -d "branches=main" -d "token=${{ secrets.READTHEDOCS_TOKEN }}" WEBHOOK_URL
+ read_the_docs:
+ name: Read the Docs trigger
+ needs: [docs, publish]
+ runs-on: ubuntu-latest
+ steps:
+ - name: Trigger Read the Docs build
+ run: |
+ curl -X POST -d "branches=main" -d "token=${{ secrets.READTHEDOCS_TOKEN }}" https://app.readthedocs.org/api/v2/webhook/ratspy/314741/
243
244
rust_tests:
245
name: Build and test rats
0 commit comments