Closed javagl closed 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.
main
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...
Fixed via https://github.com/KhronosGroup/glTF-Project-Explorer/pull/127
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
@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.