Skip to content

Commit

Permalink
remove mike set-default
Browse files Browse the repository at this point in the history
  • Loading branch information
jnussbaum committed Mar 27, 2024
1 parent 2a82ee2 commit 24e95eb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ build: openapi-update ## build docs into the local 'site' folder
@$(MAKE) graphvizfigures
@$(MAKE) openapi-update
.venv/bin/mike deploy $(DSP) latest --update-aliases
.venv/bin/mike set-default latest

.PHONY: serve
serve: ## serve docs for local viewing
Expand Down
2 changes: 0 additions & 2 deletions update-and-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,5 @@ else
echo "Deploy version ${v} to github pages now"
.venv/bin/mike deploy --push --branch gh-pages --update-aliases ${v} ${alias}

# keep the latest stable version as default
.venv/bin/mike set-default --push --branch gh-pages latest
echo $sep
fi

0 comments on commit 24e95eb

Please sign in to comment.