Skip to content

Commit

Permalink
def
Browse files Browse the repository at this point in the history
  • Loading branch information
gmfeinberg committed Oct 1, 2024
1 parent 28015a6 commit 42f19ef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-to-readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
steps:
- name: Trigger readthedocs build
run: |
echo "token is $RTDS_TOKEN proj is $RTDS_PROJECT no token is $NO_TOKEN"
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
curl -X POST -d "token=584a26bb7bba89e2dd3183562679abe1e0129525" -d "default_branch=main" $RTDS_PROJECT >& $HOME/curl.out
cat $HOME/curl.out
echo `cat $HOME/curl.out`
echo "curl ran : $coutput"

0 comments on commit 42f19ef

Please sign in to comment.