From d124b4ed15b1ca495f7b1e42638e09a62a6e9fb1 Mon Sep 17 00:00:00 2001 From: ethfoo Date: Wed, 5 Jul 2023 10:41:11 +0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 18e3196..5be279f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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