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 fac7c5d commit 9d85bd4Copy full SHA for 9d85bd4
.github/workflows/benchmark.yml
@@ -9,7 +9,7 @@ on:
9
branches:
10
- main
11
paths:
12
- - 'src/AI.Benchmarks/BenchmarkDotNet.Artifacts/results/*.json'
+ - 'artifacts/results/*.json'
13
14
jobs:
15
benchmark:
@@ -29,7 +29,7 @@ jobs:
29
with:
30
benchmark-data-dir-path: docs
31
tool: benchmarkdotnet
32
- output-file-path: 'src/AI.Benchmarks/BenchmarkDotNet.Artifacts/results/AI.Benchmarks.ModelPerformance-report-full.json'
+ output-file-path: 'artifacts/results/AI.Benchmarks.ModelPerformance-report-full.json'
33
github-token: ${{ secrets.GITHUB_TOKEN }}
34
# Push and deploy GitHub pages branch automatically
35
auto-push: true
0 commit comments