Skip to content

Commit

Permalink
Update publish-results.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikedupont2 authored Sep 23, 2024
1 parent 33ba7fe commit fa0eb80
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ jobs:
run: |
unzip data/results.tgz.zip
tar -xzf ./results.tgz
ls -latr app/perf-reporting/output/results/ > index.txt
cp index.txt app/perf-reporting/output/results/index.html
pushd app/perf-reporting/output/results/
tree -H . -o index.html
# cp index.txt app/perf-reporting/output/results/index.html
- name: Setup Pages
uses: meta-introspector/configure-pages@v5
Expand Down

0 comments on commit fa0eb80

Please sign in to comment.