dmlc / dlpack

common in-memory tensor structure
https://dmlc.github.io/dlpack/latest
Apache License 2.0
905 stars 133 forks source link

Add a script to deploy docs on `gh-pages` branch #92

Closed tirthasheshpatel closed 2 years ago

tirthasheshpatel commented 2 years ago

Follow-up of #90

This PR adds a script to deploy docs on GitHub Pages via the gh-pages branch that triggers on push to the main branch. I tested it on my fork and it seems to work there (CI Logs, Deployment). Since the website is small, I think it's OK to push to a branch under the main repo.

multibuilder commented 2 years ago

ping @tqchen

tirthasheshpatel commented 2 years ago

Hmm... The docs are not getting deployed to dmlc.github.io/dlpack from the gh-pages branch. @tqchen Can you check if the source is set to gh-pages (as shown here)?

tqchen commented 2 years ago

thanks @tirthasheshpatel the page is now alive

tirthasheshpatel commented 2 years ago

Thanks for the review and merge @tqchen!