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
Building the website locally is tedious, takes a very long time, and 20GB+ of disk space. This makes it difficult to test changes to the documentation.
The solution is to add a GitHub action triggered by a new commit to a PR that runs the builder, publishes the rendered content, and then adds a comment to the PR containing a link to the published website that contains the changes within the PR. You can draw inspiration from the GitHub action used by the OS Internals class. An example of a comment created by this action is linux-kernel-labs/linux#316 (comment).
Ideally, this action would only be triggered by changes to the Markdown documentation or quizzes and not just code. For this, PRs should first be labelled automatically as per #89. According to this issue, the action should only be executed when the area/documentation label is present.
The text was updated successfully, but these errors were encountered:
I don't have this issue related to disk space, but indeed building website locally is tedious.
After following all the steps from oer-template. This is what I got.
This needs to be solved first, at least to be able to build it locally.
Building the website locally is tedious, takes a very long time, and 20GB+ of disk space. This makes it difficult to test changes to the documentation.
The solution is to add a GitHub action triggered by a new commit to a PR that runs the builder, publishes the rendered content, and then adds a comment to the PR containing a link to the published website that contains the changes within the PR. You can draw inspiration from the GitHub action used by the OS Internals class. An example of a comment created by this action is linux-kernel-labs/linux#316 (comment).
Ideally, this action would only be triggered by changes to the Markdown documentation or quizzes and not just code. For this, PRs should first be labelled automatically as per #89. According to this issue, the action should only be executed when the
area/documentation
label is present.The text was updated successfully, but these errors were encountered: