From 8cf4a6279046a47962f916cd0dd4f1971b40e5ed Mon Sep 17 00:00:00 2001 From: davidberenstein1957 Date: Tue, 11 Jun 2024 12:54:33 +0200 Subject: [PATCH] Update doc execution --- .github/workflows/argilla-sdk.docs.yml | 2 +- argilla-sdk/docs/community/contributor.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/argilla-sdk.docs.yml b/.github/workflows/argilla-sdk.docs.yml index 632215661f..98f0767c14 100644 --- a/.github/workflows/argilla-sdk.docs.yml +++ b/.github/workflows/argilla-sdk.docs.yml @@ -72,4 +72,4 @@ jobs: id: extract_branch_name - run: pdm run mike deploy ${{ steps.extract_branch_name.outputs.branch_name }} --push - if: startsWith(github.head_ref, 'docs/') + if: startsWith(github.ref, 'refs/heads/docs') diff --git a/argilla-sdk/docs/community/contributor.md b/argilla-sdk/docs/community/contributor.md index 4157896533..f417da634d 100644 --- a/argilla-sdk/docs/community/contributor.md +++ b/argilla-sdk/docs/community/contributor.md @@ -1,5 +1,5 @@ --- -description: Argilla-python is the reference argilla python server SDK. +description: Argilla-python is the reference Argilla Python server SDK. hide: - footer ---