diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 6b304e5..2d242c5 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -61,5 +61,9 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BRANCH: main - - name: upload readthedocs - uses: readthedocs/actions/preview@v1 \ No newline at end of file + - name: Trigger RTDs build + uses: dfm/rtds-action@v1 + with: + webhook_url: ${{ secrets.RTDS_WEBHOOK_URL }} + webhook_token: ${{ secrets.RTDS_WEBHOOK_TOKEN }} + commit_ref: ${{ github.ref }} \ No newline at end of file