Skip to content

Commit

Permalink
fix: Deploy version and push
Browse files Browse the repository at this point in the history
  • Loading branch information
frascuchon committed Jun 21, 2024
1 parent 93852bf commit e5800f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/argilla.docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- run: pdm run mike deploy dev --push
if: github.ref == 'refs/heads/develop'

- name: pdm run mike deploy $version
- name: pdm run mike deploy $version --push
run: |
version=$(echo $TAG_VERSION | awk -F \. {'print $1"."$2'})
echo "Deploying version ${version}"
Expand Down

0 comments on commit e5800f7

Please sign in to comment.