Skip to content

Commit 9f69076

Browse files
committed
chore(ci): fix build docs
1 parent 36d3a90 commit 9f69076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/reusable-publish-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
run: |
8383
rm -rf site
8484
mkdocs build
85-
mike deploy --push --update-aliases --no-redirect ${{ env.VERSION }} ${{ env.ALIAS }}"
85+
mike deploy --push --update-aliases --no-redirect ${{ env.VERSION }} ${{ env.ALIAS }}
8686
# Set latest version as a default
8787
mike set-default --push latest
8888

0 commit comments

Comments
 (0)