NVIDIA / spark-rapids-ml

Spark RAPIDS MLlib – accelerate Apache Spark MLlib with GPUs
https://nvidia.github.io/spark-rapids-ml/
Apache License 2.0
65 stars 30 forks source link

[CICD] Add github action to auto-update gh-page after tagging #208

Open pxLi opened 1 year ago

pxLi commented 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]+'
pxLi commented 1 year ago

@YanxuanLiu can you help w/ this? this should be tested in forked repo first, thanks!