Skip to content

Commit

Permalink
Update rebuild_readthedocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Aug 23, 2023
1 parent 29ecb4a commit cb59260
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rebuild_readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
-H "Authorization: Token ${{ secrets.RTD_TOKEN }}" \
https://readthedocs.org/api/v3/projects/nwb-overview/versions/latest/builds/ \
-o /dev/null)
echo $curl_output
# return exit code 1 if returned http code is not 202
[ "$curl_output" != "202" ]

0 comments on commit cb59260

Please sign in to comment.