Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
miparnisari committed Oct 20, 2023
1 parent 8d3eefc commit a6a5d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# Where the output from the benchmark tool is stored
output-file-path: bench_output.txt
# Updates the file content instead of generating a Git commit in GitHub Pages branch
external-data-json-path: ./benchmark-data.json
external-data-json-path: ./cache/benchmark-data.json
# Workflow will fail when an alert happens
fail-on-alert: true
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit a6a5d57

Please sign in to comment.