We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6748600 commit 28015a6Copy full SHA for 28015a6
.github/workflows/publish-to-readthedocs.yml
@@ -23,5 +23,7 @@ jobs:
23
- name: Trigger readthedocs build
24
run: |
25
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
+ 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`
29
echo "curl ran : $coutput"
0 commit comments