Skip to content

Commit

Permalink
Merge pull request #14 from miscco/test_deploy
Browse files Browse the repository at this point in the history
Test deploy
  • Loading branch information
miscco authored May 29, 2024
2 parents 53725d3 + a0c8254 commit e53b2a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ jobs:
mkdir _site
cp -rf ./docs/_build/docs/cccl/latest/* _site
mkdir _site/cub
cp -rf ./docs/_build/docs/cub/latest/* _site
cp -rf ./docs/_build/docs/cub/latest/* _site/cub
mkdir _site/libcudacxx
cp -rf ./docs/_build/docs/libcudacxx/latest/* _site
cp -rf ./docs/_build/docs/libcudacxx/latest/* _site/libcudacxx
mkdir _site/thrust
cp -rf ./docs/_build/docs/thrust/latest/* _site
cp -rf ./docs/_build/docs/thrust/latest/* _site/thrust
# Upload build artifacts
- name: Upload artifact
Expand Down

0 comments on commit e53b2a2

Please sign in to comment.