We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b72f06e commit 3f1573eCopy full SHA for 3f1573e
.github/workflows/publish-to-readthedocs.yml
@@ -21,5 +21,4 @@ jobs:
21
steps:
22
- name: Trigger readthedocs build
23
run: |
24
- curl -X POST -H "Authorization: Token $RTDS_TOKEN" $RTDS_PROJECT/versions/latest/builds/
25
- curl -X POST -H "Authorization: Token $RTDS_TOKEN" $RTDS_PROJECT/versions/${{ github.ref_name }}/builds/
+ curl -X POST -d "token=$RTDS_TOKEN" -d "default_branch=main" $RTDS_PROJECT
0 commit comments