flyrain commented on issue #2774: URL: https://github.com/apache/polaris/issues/2774#issuecomment-3462571462
We will need to make changes to this file, https://github.com/polaris-catalog/polaris/blob/main/.github/workflows/site.yml#L23-L23. I think it should be so hard to add a new branch. We might only need something similar to this: ``` - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 with: ref: "versioned-docs" path: site/content/releases ``` I think putting this change in the same PR to switch over the whole blog directory would be preferred. #2926 could be the first one to add contents in the new branch. A second PR makes the CI changes and removes the blog content from the main branch. WDYT? cc @ashishksdev @dimas-b -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
