Open adrigzr opened 5 years ago
Why not to use the travis pages provider?
Something like this:
script: npm run build -- -prod
deploy:
provider: pages
skip_cleanup: true
github-token: $GITHUB_TOKEN
local-dir: dist
verbose: true
on:
branch: master
Yeah, that could do the job :)
The requirements are to be able to publish examples, no matter how.
Add task to build and publish examples github page to travis release step.
Addons we can use: