We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After a release tagging https://github.com/NVIDIA/spark-rapids-ml/tags, create a github action to auto update https://github.com/NVIDIA/spark-rapids-ml/tree/gh-pages based on new tag
triggers could be sth like
name: CI on: push: tags: - 'v[0-9]+.[0-9]+.[0-9]+'
The text was updated successfully, but these errors were encountered:
@YanxuanLiu can you help w/ this? this should be tested in forked repo first, thanks!
Sorry, something went wrong.
YanxuanLiu
Successfully merging a pull request may close this issue.
After a release tagging https://github.com/NVIDIA/spark-rapids-ml/tags,
create a github action to auto update https://github.com/NVIDIA/spark-rapids-ml/tree/gh-pages based on new tag
triggers could be sth like
The text was updated successfully, but these errors were encountered: