mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 05:16:28 +03:00
test ts build on branch
This commit is contained in:
committed by
missytake
parent
98d7a93909
commit
ea0b063c19
5
.github/workflows/upload-docs.yml
vendored
5
.github/workflows/upload-docs.yml
vendored
@@ -4,6 +4,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
- build_jsonrpc_docs_ci
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-rs:
|
build-rs:
|
||||||
@@ -78,8 +79,8 @@ jobs:
|
|||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: '18'
|
node-version: '18'
|
||||||
- name: npm build
|
- name: npm run build
|
||||||
run: npm build
|
run: npm run build
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm install
|
run: npm install
|
||||||
- name: Run docs script
|
- name: Run docs script
|
||||||
|
|||||||
Reference in New Issue
Block a user