Update build
This commit is contained in:
parent
c48e8996b4
commit
f2c76e381e
|
|
@ -5,7 +5,7 @@ on:
|
|||
branches:
|
||||
- master
|
||||
jobs:
|
||||
build:
|
||||
build-main:
|
||||
name: Build Web - MAIN
|
||||
env:
|
||||
commit_secret: ${{secrets.commit_secret}}
|
||||
|
|
@ -89,6 +89,7 @@ jobs:
|
|||
|
||||
build-next:
|
||||
name: Build Web - NEXT
|
||||
needs: build-main
|
||||
env:
|
||||
commit_secret: ${{secrets.commit_secret}}
|
||||
commit_email: ${{secrets.commit_email}}
|
||||
|
|
@ -135,6 +136,7 @@ jobs:
|
|||
|
||||
build-last:
|
||||
name: Build Web - LAST
|
||||
needs: build-next
|
||||
env:
|
||||
commit_secret: ${{secrets.commit_secret}}
|
||||
commit_email: ${{secrets.commit_email}}
|
||||
|
|
@ -181,6 +183,7 @@ jobs:
|
|||
|
||||
build-wasm:
|
||||
name: Build Web - WASM
|
||||
needs: build-last
|
||||
env:
|
||||
commit_secret: ${{secrets.commit_secret}}
|
||||
commit_email: ${{secrets.commit_email}}
|
||||
|
|
|
|||
|
|
@ -37,11 +37,11 @@ const String kLinuxUrl = 'http://download.invoiceninja.com/linux';
|
|||
|
||||
const String kDocsUrl = 'https://invoiceninja.github.io/docs';
|
||||
const String kDocsCustomDomainUrl =
|
||||
'https://invoiceninja.github.io/docs/hosted-custom-domain/';
|
||||
'https://invoiceninja.github.io/docs/hosted-custom-domain';
|
||||
const String kDocsCustomFieldsUrl =
|
||||
'https://invoiceninja.github.io/docs/custom-fields/';
|
||||
'https://invoiceninja.github.io/docs/custom-fields';
|
||||
const String kDocsStripeConnectUrl =
|
||||
'https://invoiceninja.github.io/docs/hosted-stripe/';
|
||||
'https://invoiceninja.github.io/docs/hosted-stripe';
|
||||
|
||||
const String kForumUrl = 'https://forum.invoiceninja.com';
|
||||
const String kApiDocsURL =
|
||||
|
|
|
|||
Loading…
Reference in New Issue