diff --git a/.github/workflows/upload-docs.yml b/.github/workflows/upload-docs.yml index 393975829..89d23736d 100644 --- a/.github/workflows/upload-docs.yml +++ b/.github/workflows/upload-docs.yml @@ -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/" \ No newline at end of file + TARGET: "/var/www/html/ts/"