This commit is contained in:
parent
24882856ae
commit
99bd5faaec
@ -15,4 +15,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- run: npm run build
|
- run: npm run build
|
||||||
|
- uses: actions/release-action@main
|
||||||
|
with:
|
||||||
|
files: |-
|
||||||
|
build/*.pdf
|
Loading…
Reference in New Issue
Block a user