Skip to content

Commit 3319657

Browse files
authored
Update process_perf_new.yml
1 parent f740479 commit 3319657

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/process_perf_new.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -98,16 +98,15 @@ jobs:
9898
# tar -xzf $x
9999
#done
100100
find .
101-
pushd app/perf-reporting/output/results/
102-
tree -H . -o index.html
103-
# cp index.txt app/perf-reporting/output/results/index.html
101+
pushd tmp/perf
102+
tree -H . -o index.html
104103
105104
- name: Setup Pages
106105
uses: meta-introspector/configure-pages@v5
107106
- name: Upload Artifact
108107
uses: meta-introspector/upload-pages-artifact@v5
109108
with:
110-
path: 'app/perf-reporting/output/results'
109+
path: 'tmp/perf'
111110
- name: Deploy to GitHub Pages
112111
id: deployment
113112
uses: meta-introspector/deploy-pages@v4.1

0 commit comments

Comments
 (0)