File tree Expand file tree Collapse file tree 7 files changed +4856
-8516
lines changed
docs/themes/navy/layout/partial Expand file tree Collapse file tree 7 files changed +4856
-8516
lines changed Original file line number Diff line number Diff line change 11name : Check
22on : [push, pull_request]
33jobs :
4- release :
4+ check :
55 name : Check
66 runs-on : ubuntu-18.04
77 steps :
2727 github-token : ${{ secrets.GITHUB_TOKEN }}
2828 - name : Performance
2929 run : |
30- npm run perf:diff
30+ npm run perf:diff
31+ - name : Archive npm failure logs
32+ uses : actions/upload-artifact@v2
33+ if : failure()
34+ with :
35+ name : npm-logs
36+ path : ~/.npm/_logs
Original file line number Diff line number Diff line change 2424 uses : JamesIves/github-pages-deploy-action@4.1.4
2525 with :
2626 branch : gh-pages
27- folder : docs/public
27+ folder : docs/public
28+ - name : Archive npm failure logs
29+ uses : actions/upload-artifact@v2
30+ if : failure()
31+ with :
32+ name : npm-logs
33+ path : ~/.npm/_logs
Original file line number Diff line number Diff line change 2929 env :
3030 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3131 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
32- run : npx semantic-release
32+ run : npx semantic-release
33+ - name : Archive npm failure logs
34+ uses : actions/upload-artifact@v2
35+ if : failure()
36+ with :
37+ name : npm-logs
38+ path : ~/.npm/_logs
Original file line number Diff line number Diff line change 6363 <td align=" center" valign=" top" width=" 0%" ><a href=" https://github.com/prassie" ><img src=" https://avatars.githubusercontent.com/u/1357831?v=4?s=100" width=" 100px;" alt=" prassie" /></a></td>
6464 <td align=" center" valign=" top" width=" 0%" ><a href=" http://slavv.com/" ><img src=" https://avatars.githubusercontent.com/u/713329?v=4?s=100" width=" 100px;" alt=" Slav Ivanov" /></a></td>
6565 <td align=" center" valign=" top" width=" 0%" ><a href=" http://www.orgflow.io/" ><img src=" https://avatars.githubusercontent.com/u/3889090?v=4?s=100" width=" 100px;" alt=" Daniel Rosenberg" /></a></td>
66+ <td align=" center" valign=" top" width=" 0%" ><a href=" https://github.com/bobgubko" ><img src=" https://avatars.githubusercontent.com/u/733312?v=4?s=100" width=" 100px;" alt=" bobgubko" /></a></td>
6667 </tr>
6768 </tbody>
6869</table>
You can’t perform that action at this time.
0 commit comments