Replies: 1 comment 1 reply
-
You can use Netlify deploy previews for this. However, thinking about it, it might be possible to craft up a process with mike. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I submit a PR for review, the reviewer can use the GitHub rich diff.
However, they can't see MKDocs Material specific features like admonitions and icons.
Does anyone have any experience creating a GitHub action that will launch a GitHub pages site when you create a new pull request?
so that the reviewer gets a better reviewing experience in the browser?
Can't the reviewer just pull the changes and view it locally?
I've made the setup process as simple as possible
pip install pipenv
pipenv run start
but the few people who have updated the docs mostly do so in the browser on GitHub.com
Background
I use GitHub Pages to host my company's MKDocs site
Beta Was this translation helpful? Give feedback.
All reactions