Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
Add GitHub pages deploy step to Travis config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffstieler committed Sep 24, 2019
1 parent 2327329 commit a8b0e9c
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,16 @@ script:

branches:
only:
- master
- master

deploy:
local_dir: docs
provider: pages
skip_cleanup: true
github_token: $GH_PAGES_TOKEN
keep_history: true
on:
condition: $RUN_JS == 1 # only deploy on the PHP 7.2/JS build
branch: master
target_branch: gh-pages
verbose: true

0 comments on commit a8b0e9c

Please sign in to comment.