Skip to content

Commit 6748600

Browse files
committed
verbose
1 parent 0eb290b commit 6748600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ jobs:
2323
- name: Trigger readthedocs build
2424
run: |
2525
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)
26+
curl -v -X POST -d "token=$RTDS_TOKEN" -d "default_branch=main" $RTDS_PROJECT
2727
echo "curl ran : $coutput"

0 commit comments

Comments
 (0)