Skip to content

Commit ca4151d

Browse files
author
ci-bot
committed
chore(doc): do not push latest for now
1 parent f1e0e17 commit ca4151d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

castor.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ function doc_build_github_pages()
146146

147147
if ($tag === $latestVersion) {
148148
run('poetry run mike deploy --push --remote gh-pages ' . $tag . ' latest');
149-
run('poetry run mike set-default --ignore-remote-status --push latest');
150149
} else {
151150
run('poetry run mike deploy --push --remote gh-pages --update-aliases ' . $tag);
152151
}

0 commit comments

Comments
 (0)