mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 21:06:31 +03:00
rm unneeded rust install from ts docs ci
This commit is contained in:
committed by
missytake
parent
1e7dbea351
commit
49bf8414ed
6
.github/workflows/upload-docs.yml
vendored
6
.github/workflows/upload-docs.yml
vendored
@@ -78,10 +78,6 @@ jobs:
|
|||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: '18'
|
node-version: '18'
|
||||||
- name: Install latest nightly
|
|
||||||
uses: actions-rs/toolchain@v1
|
|
||||||
with:
|
|
||||||
toolchain: stable
|
|
||||||
- name: npm build
|
- name: npm build
|
||||||
run: npm build
|
run: npm build
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
@@ -95,4 +91,4 @@ jobs:
|
|||||||
KEY: ${{ secrets.KEY }}
|
KEY: ${{ secrets.KEY }}
|
||||||
HOST: "delta.chat"
|
HOST: "delta.chat"
|
||||||
SOURCE: "/deltachat-jsonrpc/typescript/docs/"
|
SOURCE: "/deltachat-jsonrpc/typescript/docs/"
|
||||||
TARGET: "/var/www/html/ts/"
|
TARGET: "/var/www/html/ts/"
|
||||||
|
|||||||
Reference in New Issue
Block a user