Skip to content

Commit

Permalink
circleci: Fix another mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-shawley committed Jul 6, 2019
1 parent 3878c16 commit bd88b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ jobs:
steps:
- checkout
- run:
name: Trigger Read the Docs build
command: |
name: Trigger Read the Docs build
curl --request POST \
--data "token=$READTHEDOCS_TOKEN" \
--data 'branches=master' \
Expand Down

0 comments on commit bd88b7c

Please sign in to comment.