File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 66 branches :
77 - ' main'
88 - ' analysis/**'
9- - ' Fix_website'
9+ # - 'Fix_website'
1010jobs :
1111 algorithms :
1212 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 11name : Build & Deploy Website
22
33on :
4+ push :
5+ branches :
6+ - ' main'
7+ - ' analysis/**'
8+ - ' Fix_website'
49 workflow_run :
510 workflows : [Algorithm Analysis]
611 branches :
5661 mv .report.json utilities/
5762 python utilities/report-summary.py .report.json report-summary.json
5863 - name : ' Filter and compress results file.'
59- run : python utilities/reduce_output_size.py test_output.csv test_output.csv.gz
64+ run : python utilities/reduce_output_size.py Data/ test_output.csv test_output.csv.gz
6065
6166 - name : move data to the dashboard folder
6267 run : |
You can’t perform that action at this time.
0 commit comments