MetaMask / mm-docs-v2

MetaMask developer documentation v2
https://docs.metamask.io
Apache License 2.0
15 stars 5 forks source link

Fix preview publishing to have one build per branch #60

Closed alexandratran closed 1 year ago

alexandratran commented 1 year ago

Currently, the preview builds are per commit. This requires a new preview to be generated for each new commit pushed to a branch (for example, see the comments on https://github.com/MetaMask/mm-docs-v2/pull/56).

Having a single PR preview per branch instead would simplify things for the contributors and reviewers – they wouldn’t have to generate a new link every time they push new commits. I’ve never run into a situation where I wanted to compare multiple different previews of a single PR on GitHub.