From bab311730cecd15bba1a9b1e271985b6e5f910c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kl=C3=A4hn?= <39526136+Septias@users.noreply.github.com> Date: Wed, 10 Apr 2024 15:20:48 +0200 Subject: [PATCH] ci: typos in ci files (#5453) --- .github/workflows/upload-docs.yml | 4 ++-- .github/workflows/upload-ffi-docs.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/upload-docs.yml b/.github/workflows/upload-docs.yml index a8a358ae0..8e81ba977 100644 --- a/.github/workflows/upload-docs.yml +++ b/.github/workflows/upload-docs.yml @@ -1,4 +1,4 @@ -name: Build & Deploy Documentation on rs.delta.chat, c.delta.chat, py.delta.chat +name: Build & deploy documentation on rs.delta.chat, c.delta.chat, and py.delta.chat on: push: @@ -56,7 +56,7 @@ jobs: - uses: DeterminateSystems/magic-nix-cache-action@main - name: Build C documentation run: nix build .#docs - - name: Upload to py.delta.chat + - name: Upload to c.delta.chat run: | mkdir -p "$HOME/.ssh" echo "${{ secrets.CODESPEAK_KEY }}" > "$HOME/.ssh/key" diff --git a/.github/workflows/upload-ffi-docs.yml b/.github/workflows/upload-ffi-docs.yml index 5fe7776e4..c79d61ed3 100644 --- a/.github/workflows/upload-ffi-docs.yml +++ b/.github/workflows/upload-ffi-docs.yml @@ -1,5 +1,5 @@ # GitHub Actions workflow -# to build `deltachat_fii` crate documentation +# to build `deltachat_ffi` crate documentation # and upload it to name: Build & Deploy Documentation on cffi.delta.chat