Skip to content

Commit 9d82393

Browse files
committed
chore: upload npm errors for failed pipeline
1 parent da93102 commit 9d82393

File tree

7 files changed

+4856
-8516
lines changed

7 files changed

+4856
-8516
lines changed

.github/workflows/check.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Check
22
on: [push, pull_request]
33
jobs:
4-
release:
4+
check:
55
name: Check
66
runs-on: ubuntu-18.04
77
steps:
@@ -27,4 +27,10 @@ jobs:
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

.github/workflows/docs.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,10 @@ jobs:
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

.github/workflows/release.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,10 @@ jobs:
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

docs/themes/navy/layout/partial/all-contributors.swig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
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>

0 commit comments

Comments
 (0)