mirror of
https://gitee.com/nocobase/nocobase.git
synced 2024-11-30 03:08:31 +08:00
update vercel.yml
This commit is contained in:
parent
b257417d70
commit
5d846f3ced
4
.github/workflows/vercel.yml
vendored
4
.github/workflows/vercel.yml
vendored
@ -2,6 +2,9 @@ name: vercel
|
||||
|
||||
on: [push]
|
||||
|
||||
env:
|
||||
API_URL: ${{env.API_URL}}
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-18.04
|
||||
@ -23,6 +26,7 @@ jobs:
|
||||
|
||||
- run: npm install
|
||||
- run: npm run bootstrap
|
||||
- run: echo "API_URL=${{env.API_URL}}" >> .env
|
||||
- run: npm run build-docs
|
||||
|
||||
- name: Deploy
|
||||
|
Loading…
Reference in New Issue
Block a user