Skip to content

Commit 241396e

Browse files
committed
fix: Set latest as default after push
1 parent 744ce5c commit 241396e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/argilla.docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ jobs:
5555
echo "${{ github.head_ref }}"
5656

5757
- run: |
58-
pdm run mike set-default --push latest
5958
pdm run mike deploy latest --push
59+
pdm run mike set-default --push latest
6060
if: github.ref == 'refs/heads/main'
6161
6262
- run: pdm run mike deploy dev --push

0 commit comments

Comments
 (0)