Skip to content

Commit

Permalink
Fix MkDocs workflow: remove --rebase for mike
Browse files Browse the repository at this point in the history
  • Loading branch information
fizruk committed Dec 8, 2023
1 parent 56f8621 commit 372328b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:
- name: 🚀 Deploy with mike (${{ github.ref_name }}, latest)
if: ${{ github.ref_name != 'develop' }}
run: |
mike deploy --rebase --push --update-aliases --config-file docs/mkdocs.yml ${{ github.ref_name }} latest
mike deploy --push --update-aliases --config-file docs/mkdocs.yml ${{ github.ref_name }} latest
- name: 🚀 Deploy with mike (${{ github.ref_name }})
if: ${{ github.ref_name == 'develop' }}
run: |
mike deploy --rebase --push --config-file docs/mkdocs.yml ${{ github.ref_name }}
mike deploy --push --config-file docs/mkdocs.yml ${{ github.ref_name }}

0 comments on commit 372328b

Please sign in to comment.