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 70c393f commit f49e3b1Copy full SHA for f49e3b1
.github/workflows/sycl-docs.yml
@@ -47,8 +47,10 @@ jobs:
47
mkdir $GITHUB_WORKSPACE/install_docs
48
cd $GITHUB_WORKSPACE/install_docs
49
mkdir clang
50
+ mkdir benchmarks
51
mv $GITHUB_WORKSPACE/build/tools/sycl/doc/html/* .
52
mv $GITHUB_WORKSPACE/build/tools/clang/docs/html/* clang/
53
+ cp -r $GITHUB_WORKSPACE/devops/scripts/benchmarks/html benchmarks/
54
touch .nojekyll
55
# Upload the generated docs as an artifact and deploy to GitHub Pages.
56
- name: Upload artifact
0 commit comments