How do tutorials get published?

Quick question: once a tutorial gets merged to the TVM main branch, how long/when will the tutorial be available on the TVM website?

It should be deployed automatically after the PR is merged. Usually it could take several hours to one day.

hmm, the BYODT PR (https://github.com/apache/incubator-tvm/pull/5812) was merged two days ago but the tutorial doesn’t seem to have been published yet. Do you mind taking a quick look to make sure its not an error on my part or missing any linkages? (tutorial is here: https://github.com/apache/incubator-tvm/blob/master/tutorials/dev/bring_your_own_datatypes.py)

Hmmm I have no idea about that. I tried to build docs locally but failed. I’m not sure if it’s the issue in my local environment, but we may need to check the build log for the website.

cc @tqchen

Due to ASF restrictions, we cannot use automatic ci pipeline to push to the website (all asf website content have to be pushed by a committer). So for now a committer sync is needed. The content is now published.

Thanks for the clarification!

thanks @tqchen @comaniac!