We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1e0e17 commit ca4151dCopy full SHA for ca4151d
castor.php
@@ -146,7 +146,6 @@ function doc_build_github_pages()
146
147
if ($tag === $latestVersion) {
148
run('poetry run mike deploy --push --remote gh-pages ' . $tag . ' latest');
149
- run('poetry run mike set-default --ignore-remote-status --push latest');
150
} else {
151
run('poetry run mike deploy --push --remote gh-pages --update-aliases ' . $tag);
152
}
0 commit comments