Skip to content

Commit

Permalink
another
Browse files Browse the repository at this point in the history
  • Loading branch information
gmfeinberg committed Sep 27, 2024
1 parent 4d17c00 commit 47274f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
- name: Trigger readthedocs build
run: |
echo "token is $RTDS_TOKEN proj is $RTDS_PROJECT"
curl -X POST -d "token=$RTDS_TOKEN" -d "default_branch=main" $RTDS_PROJECT | echo -
echo "curl ran"
coutput=`curl -X POST -d "token=$RTDS_TOKEN" -d "default_branch=main" $RTDS_PROJECT`
echo "curl ran: $coutput"
Empty file added bar
Empty file.
1 change: 1 addition & 0 deletions foo
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"build_triggered":true,"project":"nosql-python-sdk","versions":["main","latest"]}

0 comments on commit 47274f9

Please sign in to comment.