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
To publish actual devfile docs (#12524), we need separate CI job, which will (ideally after each release)
build those docs and push them to the github.io page.
Details:
Build:
Execute build of che/wsmaster/che-api-devfile with enabled profile: -Pdevfile-docs-docker - to build in docker;
or -Pdevfile-docs-native - to build as native nodejs app;
Commit:
Previous step will produce the docs folder in target of the che-api-devfile module,
contents of which should be pushed to: https://github.com/redhat-developer/devfile/ repo into docs folder.
Description
To publish actual devfile docs (#12524), we need separate CI job, which will (ideally after each release)
build those docs and push them to the github.io page.
Details:
Build:
Execute build of
che/wsmaster/che-api-devfile
with enabled profile:-Pdevfile-docs-docker
- to build in docker;or
-Pdevfile-docs-native
- to build as native nodejs app;Commit:
Previous step will produce the
docs
folder intarget
of theche-api-devfile
module,contents of which should be pushed to:
https://github.com/redhat-developer/devfile/
repo intodocs
folder.Result:
Docs shold be renewed at https://redhat-developer.github.io/devfile/
The text was updated successfully, but these errors were encountered: