From a23bb8f5a037fc4ea863310e26e368ba5c19aee9 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Wed, 22 Jun 2022 11:57:41 +0200 Subject: [PATCH] chore(docs): Rephrase a little bit the Github Actions steps. --- .github/workflows/docs.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 2f0e3c8ad..5157ab131 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -1,4 +1,4 @@ -name: Docs +name: Documentations on: push: @@ -7,7 +7,7 @@ on: jobs: docs: - name: Docs + name: All crates runs-on: ubuntu-latest if: github.event_name == 'push' || !github.event.pull_request.draft @@ -26,7 +26,7 @@ jobs: uses: Swatinem/rust-cache@v1 # Keep in sync with xtask docs - - name: Build docs + - name: Build documentations uses: actions-rs/cargo@v1 env: # Work around https://github.com/rust-lang/cargo/issues/10744 @@ -36,7 +36,7 @@ jobs: command: doc args: --no-deps --workspace --features docsrs - - name: Deploy docs + - name: Deploy documentations if: github.event_name == 'push' && github.ref == 'refs/heads/main' uses: peaceiris/actions-gh-pages@v3 with: