-
Notifications
You must be signed in to change notification settings - Fork 150
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
jsonschema2md installation issue in github CI #334
Comments
Looks like the installation works just fine, but there seems to be an issue with your schema. Are you able to create a minimal test case that throws the same error and share the schema? |
Okay i have tried to install this locally to test this out and indeed i am running into error
Here is some relevant details about my setup
|
Is there some debug option to show what is wrong with the schema. I know the schema is correct since i have regression tests against the schema files. What i don't understand is what is The schemas are located in https://github.com/buildtesters/buildtest/tree/devel/buildtest/schemas I just did a quick search for |
Thanks, I found and fixed the issue. Release is on the way. |
## [6.1.1](v6.1.0...v6.1.1) (2021-08-12) ### Bug Fixes * **markdownbuilder:** guard against empty definitions object ([f1b90c2](f1b90c2)), closes [#334](#334)
🎉 This issue has been resolved in version 6.1.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
thanks @trieloff that fixed the issue with the new version. Just tested this out
Now the markdown files are generated before i only saw one file
Thanks for all your help. That was quick turnaround! |
Expected Behaviour
I am trying to use my CI job to publish jsonschema into markdown pages which are pushed to
gh-pages
branch that is hosted at https://buildtesters.github.io/buildtest/. I have links to schemas but right now they are broken because the the jsonschema2md is not getting installed.Actual Behaviour
I am getting an error during installation of jsonschema2md see https://github.com/buildtesters/buildtest/runs/3292731029?check_suite_focus=true#step:4:1
Reproduce Scenario (including but not limited to)
Here is a CI job that worked https://github.com/buildtesters/buildtest/runs/3210618355.
Steps to Reproduce
Please see my CI file https://github.com/buildtesters/buildtest/blob/devel/.github/workflows/jsonschemadocs.yml
Platform and Version
ubuntu-20.04
jsonschema2md@6.1.0
Logs taken while reproducing problem
The text was updated successfully, but these errors were encountered: