We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53c47e5 commit 65292f8Copy full SHA for 65292f8
.github/pull_request_template.md
@@ -6,4 +6,4 @@
6
7
> Please list each individual specific change in this pull request.
8
9
--
+-
.github/workflows/ci.yml
@@ -65,14 +65,12 @@ jobs:
65
66
- name: Uploading npm-tarball
67
uses: actions/upload-artifact@v2
68
- if: ${{ matrix.node-version == '14.x' }}
69
with:
70
name: npm-tarball
71
path: 'packages/component/*.tgz'
72
73
- name: Uploading gh-pages
74
75
76
77
name: gh-pages
78
path: 'packages/playground/build/**/*'
0 commit comments