From 474dee2b0b1cb0f6a513e9c6c7438bbf88c27997 Mon Sep 17 00:00:00 2001 From: ethfoo Date: Wed, 5 Jul 2023 11:07:07 +0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 75c10a8..a1fa3cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +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: git pull origin gh-pages -r - - run: mike deploy --push --update-aliases main latest - run: mike set-default main + - run: mike deploy --push --update-aliases main latest