mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 13:36:30 +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
|
||||
with:
|
||||
node-version: '18'
|
||||
- name: Install latest nightly
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
- name: npm build
|
||||
run: npm build
|
||||
- name: Install dependencies
|
||||
@@ -95,4 +91,4 @@ jobs:
|
||||
KEY: ${{ secrets.KEY }}
|
||||
HOST: "delta.chat"
|
||||
SOURCE: "/deltachat-jsonrpc/typescript/docs/"
|
||||
TARGET: "/var/www/html/ts/"
|
||||
TARGET: "/var/www/html/ts/"
|
||||
|
||||
Reference in New Issue
Block a user