Skip to content

Commit

Permalink
Update doc execution
Browse files Browse the repository at this point in the history
  • Loading branch information
davidberenstein1957 committed Jun 11, 2024
1 parent 9f6df27 commit 8cf4a62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/argilla-sdk.docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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')
2 changes: 1 addition & 1 deletion argilla-sdk/docs/community/contributor.md
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down

0 comments on commit 8cf4a62

Please sign in to comment.