Skip to content

Commit

Permalink
Testing out deploying GH Pages with Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
goodguyry committed Nov 28, 2019
1 parent 769115f commit 34ffdf9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions travis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,12 @@ node_js:
- "10"
install:
- YARN_IGNORE_ENGINES=true yarn
script: build
deploy:
provider: pages
edge: true
github_token: $GITHUB_TOKEN
local_dir: docs
target_branch: master
on:
branch: master

0 comments on commit 34ffdf9

Please sign in to comment.