open-education-hub / operating-systems

Teaching resources (OER) for Operating Systems
https://open-education-hub.github.io/operating-systems/
Other
63 stars 158 forks source link

workflows: Add action to publish PRs with Docusaurus #320

Closed teodutu closed 1 year ago

teodutu commented 1 year ago

This adds GitHub action that builds the website and publishes it upon every new commit to a PR. It then posts a comment to that PR containing the URL to the rendered page.

I tested this script via this PR: https://github.com/teodutu/operating-systems/pull/8

teodutu commented 1 year ago

Duplicate of #313