Skip to content
New issue

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

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

Open
pxLi opened this issue Apr 6, 2023 · 1 comment
Open

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

pxLi opened this issue Apr 6, 2023 · 1 comment
Assignees
Labels
build documentation Improvements or additions to documentation

Comments

@pxLi
Copy link
Collaborator

pxLi commented Apr 6, 2023

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 pxLi added documentation Improvements or additions to documentation build labels Apr 6, 2023
@pxLi
Copy link
Collaborator Author

pxLi commented Apr 6, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants