Switch up develop redeploy script to work off Github Actions
This commit is contained in:
parent
008889d2a8
commit
418de7998a
6 changed files with 135 additions and 238 deletions
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
|
@ -28,12 +28,6 @@ jobs:
|
|||
- name: Build & Package
|
||||
run: "./scripts/ci_package.sh"
|
||||
|
||||
- name: Upload webpack-stats.json
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
path: webpack-stats.json
|
||||
retention-days: 28
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue