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 0c7e6c1 commit 8601de0Copy full SHA for 8601de0
.github/workflows/pysplashsurf_CI.yml
@@ -237,6 +237,14 @@ jobs:
237
name: DocumentationHTML
238
path: pysplashsurf/pysplashsurf/docs/build/html/
239
240
+ read_the_docs:
241
+ needs: docs
242
+ runs-on: ubuntu-latest
243
+ steps:
244
+ - name: Trigger Read the Docs build
245
+ run: |
246
+ curl -X POST -d "branches=main" -d "token=${{ secrets.READTHEDOCS_TOKEN }}" https://app.readthedocs.org/api/v2/webhook/pysplashsurf/299116/
247
+
248
tests:
249
needs: build_wheel
250
defaults:
0 commit comments