Skip to content

Commit 992c56c

Browse files
committed
Fix ci
1 parent 70194d2 commit 992c56c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-b.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
# https://github.com/jimporter/mike/issues/64
4949
run: |
5050
envsubst < mkdocs.yml.tpl > mkdocs.yml
51-
mike deploy --push --update-aliases ${{ steps.extract_branch.outputs.branch }}
51+
mike deploy --push ${{ steps.extract_branch.outputs.branch }}

0 commit comments

Comments
 (0)