mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 13:26:28 +03:00
use rust toolchain of deltachat-core-rust
This commit is contained in:
5
.github/workflows/upload-docs.yml
vendored
5
.github/workflows/upload-docs.yml
vendored
@@ -13,10 +13,11 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Build the site in the jekyll/builder container
|
- uses: actions-rs/toolchain@v1
|
||||||
|
- name: Build the documentation with cargo
|
||||||
run: |
|
run: |
|
||||||
cargo doc --package deltachat --no-deps
|
cargo doc --package deltachat --no-deps
|
||||||
- name: Upload
|
- name: Upload to rs.delta.chat
|
||||||
uses: up9cloud/action-rsync@v1.3
|
uses: up9cloud/action-rsync@v1.3
|
||||||
env:
|
env:
|
||||||
USER: ${{ secrets.USERNAME }}
|
USER: ${{ secrets.USERNAME }}
|
||||||
|
|||||||
5
.github/workflows/upload-ffi-docs.yml
vendored
5
.github/workflows/upload-ffi-docs.yml
vendored
@@ -13,10 +13,11 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Build the site in the jekyll/builder container
|
- uses: actions-rs/toolchain@v1
|
||||||
|
- name: Build the documentation with cargo
|
||||||
run: |
|
run: |
|
||||||
cargo doc --package deltachat_ffi --no-deps
|
cargo doc --package deltachat_ffi --no-deps
|
||||||
- name: Upload
|
- name: Upload to cffi.delta.chat
|
||||||
uses: up9cloud/action-rsync@v1.3
|
uses: up9cloud/action-rsync@v1.3
|
||||||
env:
|
env:
|
||||||
USER: ${{ secrets.USERNAME }}
|
USER: ${{ secrets.USERNAME }}
|
||||||
|
|||||||
Reference in New Issue
Block a user