We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eb290b commit 6748600Copy full SHA for 6748600
.github/workflows/publish-to-readthedocs.yml
@@ -23,5 +23,5 @@ jobs:
23
- name: Trigger readthedocs build
24
run: |
25
echo "token is $RTDS_TOKEN proj is $RTDS_PROJECT no token is $NO_TOKEN"
26
- coutput=$(curl -X POST -d "token=$RTDS_TOKEN" -d "default_branch=main" $RTDS_PROJECT)
+ curl -v -X POST -d "token=$RTDS_TOKEN" -d "default_branch=main" $RTDS_PROJECT
27
echo "curl ran : $coutput"
0 commit comments