Skip to content

Commit

Permalink
Fix missing copy of docs artifacts (#2162)
Browse files Browse the repository at this point in the history
Also fix typo in the link
  • Loading branch information
miscco committed Aug 1, 2024
1 parent 4634d81 commit cc0b3d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/actions/docs-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ runs:
cp -rf ./docs/_build/docs/libcudacxx/latest/* _site/libcudacxx
mkdir _site/thrust
cp -rf ./docs/_build/docs/thrust/latest/* _site/thrust
mkdir _site/cudax
cp -rf ./docs/_build/docs/cudax/latest/* _site/cudax
./docs/scrape_docs.bash ./_site
# Update docs as workflow artifact:
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CUDA C++ Core Libraries
libcu++ <https://nvidia.github.io/cccl/libcudacxx/>
CUB <https://nvidia.github.io/cccl/cub/>
Thrust <https://nvidia.github.io/cccl/thrust/>
Cuda Experimental <https://nvidia.github.io/cccl/cudac/>
Cuda Experimental <https://nvidia.github.io/cccl/cudax/>

Welcome to the CUDA C++ Core Libraries (CCCL) where our mission is to make CUDA C++ more delightful.

Expand Down

0 comments on commit cc0b3d1

Please sign in to comment.