Open vipulgupta2048 opened 1 year ago
For reference, I am not sure the preview URL in that PR you reference is working. It looks like it is building the docs without the changes in the PR. Maybe something we can explore for this new docs builder rather than digging around in the code which is going to be deprecated.
I referenced only the feature, we do need to build out our own implementation. Cloudflare Pages creates a unique URL every single time so we are covered on that point.
Good thing you told me @maggie0002 This will unblock the PR I have pending for the handbook to convert with Docusarus builder.
@vipulgupta2048 I think it might be a good idea in general to get some outputs from different flowzone steps in
An example of this being done for the handbook is here: https://github.com/balenaltd/handbook/tree/50b6c0d9fef1a2a45138fb6869fa8e61103dec5e/.github/actions
To gain parity with GitHub actions on Handbook, we need to add a preview URL message to PR similar to https://github.com/balenaltd/handbook/pull/52#issuecomment-1344153371
From: https://github.com/balenaltd/handbook/blob/main/.github/actions/publish/action.yml
Also, investigate