Open
Description
Description
Creating and updating a pull request should create a preview deploy on netlify.
Context
Without this checking docs are well formed before merging changes will be harder.
Possible implementation
netlify deploy --dir dist/docs --alias deploy-preview-{{ pull_id }}
to generate predictable urls in the format deploy-preview-{{ pull_id }}--{{ project_name }}.netlify.app
then push that into the PR