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
Also, document the process of deploying from non-main branches to the dev-nmdc-documentation website.
I think there are specific branches that the readthedocs.org website is aware of (one of which branches is named dev) that, if we merge code into those, we can use the readthedocs.org dashboard to make a build from that branch. I didn't find a way to get the readthedocs.org dashboard to see newly-created branches; so, I assume the current list of branches was defined at the time when the readthedocs.org project was first created (maybe readthedocs.org did a big pull of branch names at that time).
So, one workflow for deploying from a non-main branch to the dev-nmdc-documentation website could be:
Merge the changes into the dev branch (or another one of the branches that readthedocs.org already "sees")
Use the readthedocs.org dashboard to activate that branch as a source (if not already active)
Use the readthedocs.org dashboard to create a build from that source
Visit the resulting website; for example (note the final path segment in the URL):
This PR is about how we get from "we've made changes within the repo" to "our documentation website (currently Read The Docs) reflects those changes."
For reference, this other PR is about editing the content of the repo: #8
The text was updated successfully, but these errors were encountered: