Skip to content

Commit c12a63d

Browse files
committed
Update github workflows
1 parent 9916b94 commit c12a63d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828
- name: Install dependencies
2929
run: npm ci
3030

31-
- name: Rollup
31+
- name: Build lib
3232
run: npm run build
3333

34-
- name: Build
34+
- name: Build site
3535
run: npm run build:docs
3636

37-
- name: Upload artifact
37+
- name: Upload build artifact
3838
uses: actions/upload-pages-artifact@v1
3939
with:
4040
path: './demo/build'

0 commit comments

Comments
 (0)