Update .github/workflows/deploy.yml
This commit is contained in:
parent
c4b49bc196
commit
41ba187c77
1 changed files with 4 additions and 0 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
|
@ -24,6 +24,10 @@ jobs:
|
|||
- name: Build plugin(s)
|
||||
run: pnpm lune ci
|
||||
|
||||
- name: Copy additional files
|
||||
run: |
|
||||
cp -r public/* dist/
|
||||
|
||||
- name: Upload production-ready build files
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue