Skip to content

Commit 42f19ef

Browse files
committed
def
1 parent 28015a6 commit 42f19ef

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +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-
curl -v -X POST -d "token=$RTDS_TOKEN" -d "default_branch=main" $RTDS_PROJECT >& $HOME/curl.out
25+
#echo "token is $RTDS_TOKEN proj is $RTDS_PROJECT no token is $NO_TOKEN"
26+
#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
2728
cat $HOME/curl.out
2829
echo `cat $HOME/curl.out`
2930
echo "curl ran : $coutput"

0 commit comments

Comments
 (0)