Update ci.yml

This commit is contained in:
ethfoo 2023-07-05 10:41:11 +08:00 committed by GitHub
parent 5d07374e0e
commit d124b4ed15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -25,5 +25,6 @@ jobs:
- run: git config --global user.name "${GITHUB_ACTOR}"
- run: git config --get user.name
- run: git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
- run: mkdocs gh-deploy --force
# - run: mike deploy --push -f --update-aliases main latest
# - run: mkdocs gh-deploy --force
- run: mike deploy --push -f --update-aliases main latest
- run: mike set-default main