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.