Skip to content

Conversation

@GaneshPatil7517
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tags that have not been released should not generate official documents

1 participant