diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index ab6f3a90..7f72cf5c 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -39,7 +39,7 @@ jobs: - name: Update latest docs if: github.ref == 'refs/heads/main' run: | - mike alias latest ${{ github.ref_name }} --push + mike alias ${{ github.ref_name }} latest --push - name: Store benchmark result uses: benchmark-action/github-action-benchmark@v1 with: