Add pre processing
This commit is contained in:
parent
2ef0c8e9c3
commit
ba61f88d33
7
.github/workflows/build-and-deploy.yml
vendored
7
.github/workflows/build-and-deploy.yml
vendored
@ -12,13 +12,18 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Pre Process # Have to run processing first so the list.json exists to be included in the the deploy
|
||||
run: |
|
||||
npm ci --prefix processing
|
||||
node processing
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
npm ci --prefix site
|
||||
npm run build --prefix site
|
||||
npm run deploy --prefix site
|
||||
|
||||
- name: Generate App List
|
||||
- name: Generate App List # Have to run it again because the deploy wipes the file and folders out
|
||||
run: |
|
||||
npm ci --prefix processing
|
||||
node processing
|
||||
|
Loading…
Reference in New Issue
Block a user