rm unneeded rust install from ts docs ci

This commit is contained in:
Christian Hagenest
2024-04-26 17:45:37 +02:00
committed by missytake
parent 1e7dbea351
commit 49bf8414ed

View File

@@ -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/"