Skip to content

Commit f49e3b1

Browse files
committed
Add benchmarking dashboard to sycl-docs workflow
1 parent 70c393f commit f49e3b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sycl-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,10 @@ jobs:
4747
mkdir $GITHUB_WORKSPACE/install_docs
4848
cd $GITHUB_WORKSPACE/install_docs
4949
mkdir clang
50+
mkdir benchmarks
5051
mv $GITHUB_WORKSPACE/build/tools/sycl/doc/html/* .
5152
mv $GITHUB_WORKSPACE/build/tools/clang/docs/html/* clang/
53+
cp -r $GITHUB_WORKSPACE/devops/scripts/benchmarks/html benchmarks/
5254
touch .nojekyll
5355
# Upload the generated docs as an artifact and deploy to GitHub Pages.
5456
- name: Upload artifact

0 commit comments

Comments
 (0)