You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once md files causing pages build-and-deployment issues is fixed, we should figure out how to publish the doc/ops/.md files to github pages. For doc/ops/ttnn/.md files, we can use the new workflow and refresh the ttnn md files nightly, based on #163
The text was updated successfully, but these errors were encountered:
Fixed mdBook build errors:
- fixed wrong mdBook command
- moved docs/ops under docs/src/ops
- added README with hyperlinks to every file under docs/src (This is a
requirement by mdBook)
- added README under each folder
- wrote a script to autogenerate READMEs (This needs to run as a part of
nightly tests --> will handle in
#215)
I tested the website generation. Right now, it is uploaded as an
artifact but not deployed.
https://github.com/tenstorrent/tt-torch/actions/runs/12889599553 I
assume when merged into main, the website will also be deployed or we
will have more idea about why it's not.
tt-mlir uses a custom workflow to generate github pages: pages.yml There are also other references which describes how to setup this workflow:
Once md files causing pages build-and-deployment issues is fixed, we should figure out how to publish the doc/ops/.md files to github pages. For doc/ops/ttnn/.md files, we can use the new workflow and refresh the ttnn md files nightly, based on #163
The text was updated successfully, but these errors were encountered: