We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 487288c commit 1e6681fCopy full SHA for 1e6681f
.github/workflows/publish-to-readthedocs.yml
@@ -24,7 +24,7 @@ jobs:
24
run: |
25
#echo "token is $RTDS_TOKEN proj is $RTDS_PROJECT no token is
26
#$NO_TOKEN"
27
- code=`curl --write-out '%{http_code}' -X POST -d "token=$RTDS_TOKEN" -d "default_branch=main" https://readthedocs.org/api/v2/webhook/nosql-python-sdk/279394/`
+ curl -X POST -d "token=$RTDS_TOKEN" -d "default_branch=main" $RTDS_PROJECT
28
#code=`curl --write-out '%{http_code}' -X POST -d "token=$RTDS_TOKEN" -d "default_branch=main" $RTDS_PROJECT`
29
echo $code
30
echo "curl ran : $code"
0 commit comments