In this branch, I added a GitHub Actions workflow that checks out the docs directory from the metaMAGs repository, compiles it using Sphinx, and then stores the compiled result as a GitHub Actions workflow artifact, which can be access from another GHA workflow. I also updated the "main" workflow to access that artifact and incorporate it into the centralized documentation website.
At this point, I am still prototyping functionality only—no aesthetics.
In this branch, I added a GitHub Actions workflow that checks out the
docs
directory from themetaMAGs
repository, compiles it using Sphinx, and then stores the compiled result as a GitHub Actions workflow artifact, which can be access from another GHA workflow. I also updated the "main" workflow to access that artifact and incorporate it into the centralized documentation website.At this point, I am still prototyping functionality only—no aesthetics.