GaneshPatil7517 opened a new pull request, #747: URL: https://github.com/apache/shardingsphere-doc/pull/747
This PR fixes #580. Currently, the CI deploy workflow runs on `push` and `pull_request` to the `asf-site` branch, which also triggers builds for unreleased tags. This causes unreleased versions to appear in the official documentation. ### Changes: - Updated `.github/workflows/build-website.yml` - Workflow now triggers only on `release.published` events instead of push/PR/schedule. ### Result: - Documentation is only deployed when a new release is published. - Prevents unreleased versions from being deployed to the website. - @menghaoranss -- 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]
