Skip to content

Commit

Permalink
action doc modified
Browse files Browse the repository at this point in the history
  • Loading branch information
simoneliuzzo committed Nov 26, 2024
1 parent 5d2b499 commit eb0d684
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,9 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: main

- name: upload readthedocs
uses: readthedocs/actions/preview@v1
- 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 }}

0 comments on commit eb0d684

Please sign in to comment.