Skip to content

Commit

Permalink
Remove —-rebase from Mike
Browse files Browse the repository at this point in the history
  • Loading branch information
Higgcz authored Nov 5, 2024
1 parent c72f95c commit 3488531
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
git config --local user.name "github-actions[bot]"
git config --local user.email "github-actions[bot]@users.noreply.github.com"
- name: Deploy with mike (tag_ 🚀
- name: Deploy with mike (tag) 🚀
if: ${{ github.ref_type == 'tag' }}
run: mike deploy --push --rebase --update-aliases ${{ github.ref_name }} latest
run: mike deploy --push --update-aliases ${{ github.ref_name }} latest

- name: Deploy with mike (branch) 🚀
if: ${{ github.ref_type == 'branch' }}
run: mike deploy --push --rebase docs-latest
run: mike deploy --push docs-latest

0 comments on commit 3488531

Please sign in to comment.