File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,15 +21,18 @@ jobs:
2121 run : |
2222 python -m pip install --upgrade pip
2323 if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
24- - name : Create a new GitHub issues report
24+ - name : Create a new GitHub issues report, sorted by days
2525 run : |
26- python gh_issues.py -s days,user -f -a -n -t index.html
27- - name : Upload index.html as artifact
26+ python gh_issues.py -s days,user -f -a -n -t report_days.html
27+ - name : Create a new GitHub issues report, sorted by user
28+ run : |
29+ python gh_issues.py -s user,days -f -a -n -t report_user.html
30+ - name : Upload *.html as artifacts
2831 # See https://github.com/actions/upload-pages-artifact
2932 uses : actions/upload-pages-artifact@v3
3033 with :
3134 name : github-pages
32- path : ./index .html
35+ path : ./* .html
3336 # See https://github.com/actions/deploy-pages
3437 deploy :
3538 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1212 }
1313
1414 .menu {
15+ background-color : lightblue;
1516 padding : 10px 20px ;
1617 display : flex;
1718 justify-content : flex-start;
You can’t perform that action at this time.
0 commit comments