This commit is contained in:
parent
c18b1b0fb6
commit
43123a3e5b
@ -12,19 +12,20 @@ jobs:
|
||||
node-version: 18
|
||||
- run: npm install
|
||||
- run: npm run build
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: output
|
||||
path: .output
|
||||
|
||||
|
||||
Deploy:
|
||||
runs-on: ubuntu-docker
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/download-artifact@v3
|
||||
- name: Use Nodejs
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
name: output
|
||||
node-version: 18
|
||||
- run: npm install
|
||||
- run: npm run build
|
||||
|
||||
- uses: docker/setup-qemu-action@v2
|
||||
- uses: docker/setup-buildx-action@v2
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user