-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
ci: add action to sync v3 spec-json-schema updates with website #562
base: master
Are you sure you want to change the base?
ci: add action to sync v3 spec-json-schema updates with website #562
Conversation
|
||
- name: Copy version 3 Schema File | ||
run: | | ||
cp -r schemas/3.0.0-without-\$id.json website/config |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are you copying recursively here? 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for pointing this out. I'll get rid of it, i was using it when i was exploring copying other versions too, which i found wasn't neccessary for this particular usecase.
Quality Gate passedIssues Measures |
@fmvilas, removed the -r flag |
With the integration of the Schyma package, we can now visualize the spec-json-schema file on the AsyncAPI specification explorer for educational purposes. This action ensures that the website automatically receives updated changes whenever the v3 JSON schema file in this repository is modified.
cc @derberg