Skip to content

Commit

Permalink
fix: upload properly documentation on read the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarkoulis committed Aug 27, 2024
1 parent 4f374a2 commit eff80a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
path: docs/_build/html
- name: Upload to read the docs
if: ${{ inputs.upload_docs == 'true' || inputs.upload_docs == true }}
run: curl -X POST -d "branches=master" -d "token=${{ secrets.RTDS_WEBHOOK_TOKEN }}" ${{ secrets.RTDS_WEBHOOK_URL }}
run: curl -X POST -d "branches=${{ github.ref_name }}" -d "token=${{ secrets.RTDS_WEBHOOK_TOKEN }}" ${{ secrets.RTDS_WEBHOOK_URL }}

0 comments on commit eff80a5

Please sign in to comment.