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 e9b1375 commit a3edf7aCopy full SHA for a3edf7a
.github/workflows/sycl-docs.yml
@@ -49,6 +49,7 @@ jobs:
49
mkdir clang
50
mv $GITHUB_WORKSPACE/build/tools/sycl/doc/html/* .
51
mv $GITHUB_WORKSPACE/build/tools/clang/docs/html/* clang/
52
+ cp -r $GITHUB_WORKSPACE/repo/devops/scripts/benchmarks/html benchmarks
53
touch .nojekyll
54
# Upload the generated docs as an artifact and deploy to GitHub Pages.
55
- name: Upload artifact
devops/scripts/benchmarks/html/config.js
@@ -1,2 +1,2 @@
1
-//remoteDataUrl = 'https://example.com/data.json';
+remoteDataUrl = 'https://raw.githubusercontent.com/intel/llvm-ci-perf-results/refs/heads/unify-ci/UR_DNP_INTEL_06_03/data.json';
2
//defaultCompareNames = ['baseline'];
0 commit comments