Open
Description
The CI publishes a bunch of things to Netlify:
But all of these simply replace the previous versions. This has a couple of different problems:
- No versioned (type)docs, even though different versions may have different APIs.
- e2e test results disappear after a new ci run
Solutions
Netlify unique deploys
When running netlify deploy
we get a unique deploy URL like https://683474ceb38d80006afad51a--atomic-docs.netlify.app
. Maybe I can get that CLI output and add that link to some database? Maybe include it in the github PR comment or something?