Skip to content

Commit

Permalink
Add missing closing quotation mark. (#954)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre authored and mortenpi committed Feb 11, 2019
1 parent ac70f3a commit 091a572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Documenter.jl
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ function deploydocs(;
- $(marker(repo_ok)) ENV["TRAVIS_REPO_SLUG"]="$(travis_repo_slug)" occurs in repo="$(repo)"
- $(marker(pr_ok)) ENV["TRAVIS_PULL_REQUEST"]="$(travis_pull_request)" is "false"
- $(marker(tag_ok)) ENV["TRAVIS_TAG"]="$(travis_tag)" is (i) empty or (ii) a valid VersionNumber
- $(marker(branch_ok)) ENV["TRAVIS_BRANCH"]="$(travis_branch)" matches devbranch="$(devbranch) (if tag is empty)
- $(marker(branch_ok)) ENV["TRAVIS_BRANCH"]="$(travis_branch)" matches devbranch="$(devbranch)" (if tag is empty)
- $(marker(key_ok)) ENV["DOCUMENTER_KEY"] exists
- $(marker(type_ok)) ENV["TRAVIS_EVENT_TYPE"]="$(travis_event_type)" is not "cron"
Deploying: $(marker(should_deploy))
Expand Down

0 comments on commit 091a572

Please sign in to comment.