From 9501e9db3782e3760dc9f2b6ee4891562cac61d9 Mon Sep 17 00:00:00 2001 From: Leo Fang Date: Thu, 16 Jan 2025 22:39:40 -0500 Subject: [PATCH] list htmls to components --- .github/actions/doc_preview/action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/actions/doc_preview/action.yml b/.github/actions/doc_preview/action.yml index 434a746a2b..12816d12f3 100644 --- a/.github/actions/doc_preview/action.yml +++ b/.github/actions/doc_preview/action.yml @@ -49,7 +49,9 @@ runs: message: | Doc Preview CI :---: - |

:rocket: View preview at
https://nvidia.github.io/cuda-python/pr-preview/pr-${{ env.PR_NUMBER }}/

+ |

:rocket: View preview at
https://nvidia.github.io/cuda-python/pr-preview/pr-${{ env.PR_NUMBER }}/
+ |
https://nvidia.github.io/cuda-python/pr-preview/pr-${{ env.PR_NUMBER }}/cuda-core/
+ |
https://nvidia.github.io/cuda-python/pr-preview/pr-${{ env.PR_NUMBER }}/cuda-bindings/

|

Preview will be ready when the GitHub Pages deployment is complete.

# The steps below are executed only when building on main.