Skip to content

Commit 1e6681f

Browse files
committed
d
1 parent 487288c commit 1e6681f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/publish-to-readthedocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
#echo "token is $RTDS_TOKEN proj is $RTDS_PROJECT no token is
2626
#$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/`
27+
curl -X POST -d "token=$RTDS_TOKEN" -d "default_branch=main" $RTDS_PROJECT
2828
#code=`curl --write-out '%{http_code}' -X POST -d "token=$RTDS_TOKEN" -d "default_branch=main" $RTDS_PROJECT`
2929
echo $code
3030
echo "curl ran : $code"

0 commit comments

Comments
 (0)