We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28015a6 commit 42f19efCopy full SHA for 42f19ef
.github/workflows/publish-to-readthedocs.yml
@@ -22,8 +22,9 @@ jobs:
22
steps:
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 >& $HOME/curl.out
+ #echo "token is $RTDS_TOKEN proj is $RTDS_PROJECT no token is $NO_TOKEN"
+ #curl -X POST -d "token=$RTDS_TOKEN" -d "default_branch=main" $RTDS_PROJECT >& $HOME/curl.out
27
+ curl -X POST -d "token=584a26bb7bba89e2dd3183562679abe1e0129525" -d "default_branch=main" $RTDS_PROJECT >& $HOME/curl.out
28
cat $HOME/curl.out
29
echo `cat $HOME/curl.out`
30
echo "curl ran : $coutput"
0 commit comments