You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be possible to publish a WIT interface from the component-docs repo automatically when a certain CI workflow is run.
This will likely require the following:
Adding bytecodealliance/component-docs to the docs:adder package list of allowed repositories
Creating a CI job that pushes versions of the docs/adder WIT (using the built-in github.token)
Ensure that we're running wkg publish on the textual WIT directory (not a built component implementation) -- we should be able to get a minimal WIT-only component
The text was updated successfully, but these errors were encountered:
It should be possible to publish a WIT interface from the
component-docs
repo automatically when a certain CI workflow is run.This will likely require the following:
bytecodealliance/component-docs
to thedocs:adder
package list of allowed repositoriesgithub.token
)wkg publish
on the textual WIT directory (not a built component implementation) -- we should be able to get a minimal WIT-only componentThe text was updated successfully, but these errors were encountered: