Deploy to github-pages with travis #4
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Travis support is now working. Project is being correctly built and it's only missing a job in
.travis.yml
to automatically push togh-pages
with the webgl artifact to deploy to github-pagesHere's the related documentation to accomplish this:
https://docs.travis-ci.com/user/deployment/pages/
We will need build stages
The deploy job will need to run after the webgl build success and deploy the artifact stored in
./Builds/WebGL/
.Draft
The text was updated successfully, but these errors were encountered: