When deploying, get submodules
Vercel Preview Deployment / Deploy-Preview (push) Successful in 8s
Details
Vercel Preview Deployment / Deploy-Preview (push) Successful in 8s
Details
This commit is contained in:
parent
b4af633bcd
commit
a1acda9e5e
|
@ -15,6 +15,8 @@ jobs:
|
||||||
run: npm install --global vercel@latest
|
run: npm install --global vercel@latest
|
||||||
- name: Pull Vercel Environment Information
|
- name: Pull Vercel Environment Information
|
||||||
run: vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
|
run: vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
|
||||||
|
- name: Get Git submodules
|
||||||
|
run: git submodule update --init --recursive
|
||||||
- name: Build Project Artifacts
|
- name: Build Project Artifacts
|
||||||
run: vercel build --token=${{ secrets.VERCEL_TOKEN }}
|
run: vercel build --token=${{ secrets.VERCEL_TOKEN }}
|
||||||
- name: Deploy Project Artifacts to Vercel
|
- name: Deploy Project Artifacts to Vercel
|
||||||
|
|
Loading…
Reference in New Issue