Skip to content

Commit 28015a6

Browse files
committed
abc
1 parent 6748600 commit 28015a6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,7 @@ jobs:
2323
- name: Trigger readthedocs build
2424
run: |
2525
echo "token is $RTDS_TOKEN proj is $RTDS_PROJECT no token is $NO_TOKEN"
26-
curl -v -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 >& $HOME/curl.out
27+
cat $HOME/curl.out
28+
echo `cat $HOME/curl.out`
2729
echo "curl ran : $coutput"

0 commit comments

Comments
 (0)