What would you like to discuss?
In a couple of previous docs-related projects I worked on, I set up preview deployments so that a link is posted where the built docs can be viewed. I found this quite useful as it automates the check for that the docs are still building and also allows the reviewer to not have to build locally each time.
The actions script would look something like this https://github.com/UBC-MDS/ds-toolbox/blob/main/.github/workflows/pr-preview.yaml and the PR then gets a comment from a bot with a link to the preview like so UBC-MDS/ds-toolbox#119
What would you like to discuss?
In a couple of previous docs-related projects I worked on, I set up preview deployments so that a link is posted where the built docs can be viewed. I found this quite useful as it automates the check for that the docs are still building and also allows the reviewer to not have to build locally each time.
The actions script would look something like this https://github.com/UBC-MDS/ds-toolbox/blob/main/.github/workflows/pr-preview.yaml and the PR then gets a comment from a bot with a link to the preview like so UBC-MDS/ds-toolbox#119