Skip to content

Commit

Permalink
Deploy the Gutenberg Playground to the Github Pages of the repository (
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad authored Jun 28, 2019
1 parent c7215a3 commit f383dbd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,16 @@ jobs:
env: WP_VERSION=latest SWITCH_TO_PHP=5.2
script:
- ./bin/run-wp-unit-tests.sh

before_deploy:
- npm install
- npm run playground:build

deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
keep_history: true
local_dir: playground/dist
on:
branch: master

0 comments on commit f383dbd

Please sign in to comment.