-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenAPI + CI #86
OpenAPI + CI #86
Conversation
…uild_publish_openapi
|
@m-mohr I spent several hours trying to get a Node script working to do the build using speccy and in the end got sick of Promises and wrote that bash script in a few minutes. Just wanted to get it working. Let's get this merged in so we have it building and then we can replace it with Node. For Redoc we can just reference the published URLs from stacsite. I'm still figuring out the combine, there's a couple errors in the yaml that swagger-combine doesn't like, working on getting those resolved, but we can do a different PR for that. |
I can do the Node script for beta.2 @matthewhanson |
This is the 'dev' branch because I was using it to test the deployment of the
dev
versions of the OpenAPI files. Updates to dev will be immediately deployed to thedev/
folder in gh-pagesAs in stac-spec, when a tag is created these files will be published to
vXX
folder.Related Issue(s): #
#12
Proposed Changes: