Open pxLi opened 1 year ago
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]+'
@YanxuanLiu can you help w/ this? this should be tested in forked repo first, thanks!
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