Skip to content

Commit 487288c

Browse files
committed
c
1 parent 6114d8f commit 487288c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/publish-to-readthedocs.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on: push
1010
# - 'v*.*.*'
1111

1212
env:
13-
RTDS_PROJECT: https://readthedocs.org/api/v2/webhook/nosql-python-sdk/279394
13+
RTDS_PROJECT: https://readthedocs.org/api/v2/webhook/nosql-python-sdk/279394/
1414
RTDS_TOKEN: ${{ secrets.RTD_API }}
1515
NO_TOKEN: ${{ secrets.NOT_HERE }}
1616

@@ -22,7 +22,9 @@ jobs:
2222
steps:
2323
- name: Trigger readthedocs build
2424
run: |
25-
#echo "token is $RTDS_TOKEN proj is $RTDS_PROJECT no token is $NO_TOKEN"
26-
code=`curl --write-out '%{http_code}' -X POST -d "token=$RTDS_TOKEN" -d "default_branch=main" $RTDS_PROJECT`
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/`
28+
#code=`curl --write-out '%{http_code}' -X POST -d "token=$RTDS_TOKEN" -d "default_branch=main" $RTDS_PROJECT`
2729
echo $code
2830
echo "curl ran : $code"

0 commit comments

Comments
 (0)