We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11461a9 commit c75378eCopy full SHA for c75378e
.github/workflows/release.yml
@@ -80,7 +80,7 @@ jobs:
80
- name: Create Reports Directory
81
run: |
82
mkdir -p gh-pages-deploy/benchmark-reports
83
- cp -r benchmark-reports/* gh-pages-deploy/benchmark-reports/
+ cp -r worker-benchmark/benchmark-reports/* gh-pages-deploy/benchmark-reports/
84
85
# 创建索引页面
86
cat > gh-pages-deploy/benchmark-reports/index.html << EOF
0 commit comments