Skip to content

Commit 8601de0

Browse files
committed
Add workflow that triggers read the docs build
1 parent 0c7e6c1 commit 8601de0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/pysplashsurf_CI.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,14 @@ jobs:
237237
name: DocumentationHTML
238238
path: pysplashsurf/pysplashsurf/docs/build/html/
239239

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+
240248
tests:
241249
needs: build_wheel
242250
defaults:

0 commit comments

Comments
 (0)