Skip to content

Commit

Permalink
Merge pull request #4171 from esl/update-mike-deploy
Browse files Browse the repository at this point in the history
Remove '--rebase' option for 'mike deploy'
  • Loading branch information
arcusfelis authored Nov 17, 2023
2 parents f739c24 + 8f2c8e3 commit 28f5644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ jobs:
ssh-keyscan github.com >> ~/.ssh/known_hosts
git fetch [email protected]:esl/MongooseDocs.git gh-pages:gh-pages
pip3 install mike
mike deploy $DOCS_TAG --remote [email protected]:esl/MongooseDocs.git --branch gh-pages --push --rebase
mike deploy $DOCS_TAG --remote [email protected]:esl/MongooseDocs.git --branch gh-pages --push
build_in_docker:
executor: << parameters.executor >>
Expand Down

0 comments on commit 28f5644

Please sign in to comment.