Add GitHub Pages Deployment to .travis.yml (fixes #3309)

This commit is contained in:
Michael Vorburger 2020-11-03 23:31:11 +01:00
parent db51a03f6e
commit e8eb09d6ec
No known key found for this signature in database
GPG Key ID: 56FF746E772681EB

View File

@ -22,6 +22,14 @@ before_script:
- grunt prod
notifications:
email: true
# Taken from: https://github.com/mdix/es6-babel-browserify-karma-boilerplate/blob/master/.travis.yml#L3
# Above is taken from: https://github.com/mdix/es6-babel-browserify-karma-boilerplate/blob/master/.travis.yml#L3
#trying test
# Below is documented at https://docs.travis-ci.com/user/deployment/pages/
deploy:
provider: pages
skip-cleanup: true
local-dir: dist/community-app
github-token: $GITHUB_TOKEN
keep-history: true
on:
branch: develop