Skip to content

Commit

Permalink
Fix typos, hyphens that should be underscores.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCallow committed Oct 7, 2020
1 parent 6f32ea8 commit 78790b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ before_deploy:
deploy:
- provider: pages
#edge: true # Use bleeding edge (dplv2)
skip-cleanup: true
github-token: $GITHUB_TOKEN # Set in the repo settings page as a secure variable
local-dir: build-macos/docs/html
skip_cleanup: true
github_token: $GITHUB_TOKEN # Set in the repo settings page as a secure variable
local_dir: build-macos/docs/html
on:
#branch: master
condition: $TRAVIS_OS_NAME = osx
Expand Down

0 comments on commit 78790b5

Please sign in to comment.