Skip to content
This repository was archived by the owner on Jun 24, 2023. It is now read-only.

Commit 32cf6d8

Browse files
committed
actiondump updated & bundle npm script
1 parent 4240508 commit 32cf6d8

8 files changed

Lines changed: 100677 additions & 88137 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ jobs:
3939
with:
4040
name: docs-site
4141
path: "./docs/"
42+
- name: Upload bundle
43+
uses: actions/upload-artifact@master
44+
with:
45+
name: bundle
46+
path: "./bundle.js"
4247

4348
deploy:
4449
needs: build

0 commit comments

Comments
 (0)