Closed michallepicki closed 3 years ago
Should I remove the current docs/manual
contents in this PR and add it to .gitignore
?
Should I update manual/src/contrib/manual.md
with replacing the following section with something else?
Commit that entire folder before you open a Pull Request.
@michallepicki this looks great! 🙌🏼 I'll merge as is and we can update the manual in a PR to give it a run.
This new
docs
workflow automates the process of regenerating themanual/src
files into thedocs/manual
output, and pushes the wholedocs
directory to a separategh-pages
branch.You can see the workflow run at https://github.com/michallepicki/caramel-mdbook-automated/runs/1764689663 and preview the deployed result at ~https://michallepicki.github.io/caramel-mdbook-automated/manual/~ (it's possible that some links are broken because in my fork the manual is deployed to a doubly nested directory, so if some are then I wouldn't worry about that. I see that the website index page renders without styles / broken because of that.).
After this gets deployed, and Github Pages source is reconfigured, it's possible that a workflow re-run (or new push to
main
) will be needed to get the website deployed from the new source.Closes #47