Skip to content

Commit

Permalink
Fix benchmark deployment directory (#1045)
Browse files Browse the repository at this point in the history
  • Loading branch information
VojtechStep authored Feb 27, 2024
1 parent d5f63de commit b5985b5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/profiling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,10 @@ jobs:

- name: Prepare new revision of the profiling website
run: |
cd repo
mkdir -p benchmark-website
cp website/benchmarks/index.html benchmark-website/
cp ../benchmark-cache/data.* benchmark-website/
echo 'window.BENCHMARK_DATA =' | cat - ../benchmark-cache/data.json > benchmark-website/data.js
cp repo/website/benchmarks/index.html benchmark-website/
cp benchmark-cache/data.* benchmark-website/
echo 'window.BENCHMARK_DATA =' | cat - benchmark-cache/data.json > benchmark-website/data.js
- name: Deploy the new profiling website
env:
Expand Down

0 comments on commit b5985b5

Please sign in to comment.