We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd0aa2f commit 9501e9dCopy full SHA for 9501e9d
.github/actions/doc_preview/action.yml
@@ -49,7 +49,9 @@ runs:
49
message: |
50
Doc Preview CI
51
:---:
52
- | <p></p> :rocket: View preview at <br> https://nvidia.github.io/cuda-python/pr-preview/pr-${{ env.PR_NUMBER }}/ <br><br>
+ | <p></p> :rocket: View preview at <br> https://nvidia.github.io/cuda-python/pr-preview/pr-${{ env.PR_NUMBER }}/ <br>
53
+ | <br> https://nvidia.github.io/cuda-python/pr-preview/pr-${{ env.PR_NUMBER }}/cuda-core/ <br>
54
+ | <br> https://nvidia.github.io/cuda-python/pr-preview/pr-${{ env.PR_NUMBER }}/cuda-bindings/ <br><br>
55
| <h6><br> Preview will be ready when the GitHub Pages deployment is complete. <br><br></h6>
56
57
# The steps below are executed only when building on main.
0 commit comments