Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
removed the --rebase parameter of mike is not supported.
  • Loading branch information
Milad4849 authored May 28, 2024
1 parent c21376a commit 6e66670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
git config user.name github-actions
git config user.email [email protected]
git fetch origin gh-pages --verbose
mike deploy -p -u --rebase ${GITHUB_REF#refs/tags/}
mike deploy -p -u ${GITHUB_REF#refs/tags/}
- name: Build documentation (latest)
if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit 6e66670

Please sign in to comment.