KhronosGroup / glTF-Project-Explorer

Tool to provide a filterable registry of glTF community projects.
Apache License 2.0
87 stars 47 forks source link

Build appears to be broken due to `master` being renamed to `main` #126

Closed javagl closed 3 years ago

javagl commented 3 years ago

I'm not deeply familiar with the build- and deployment infrastructure, but apparently, the build system is currently broken. The relevant output of a recent build ( https://app.travis-ci.com/github/KhronosGroup/glTF-Project-Explorer/builds/239599668 ) is

Skipping a deployment with the pages provider because this branch is not permitted: main

@weegeekps If this is just a matter of updating https://github.com/KhronosGroup/glTF-Project-Explorer/blob/main/.travis.yml#L14 to say main, then I can do this.

javagl commented 3 years ago

I created https://github.com/KhronosGroup/glTF-Project-Explorer/pull/127 which might fix this. If it doesn't, somebody else will have to take a look...

javagl commented 3 years ago

Fixed via https://github.com/KhronosGroup/glTF-Project-Explorer/pull/127