Skip to content

Commit

Permalink
chore: fix ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
albertandking committed Apr 1, 2024
1 parent 84f0e09 commit 9901877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
git config user.name "github-actions[bot]"
- name: Deploy MkDocs site
run: |
git config pull.rebase false
git config pull.rebase true
git pull origin gh-pages
version=$(date +%Y.%m.%d)
mike deploy --push --update-aliases $version latest
Expand Down

0 comments on commit 9901877

Please sign in to comment.