From 55084941a7e46168a9f70711eba61a430d949e0d Mon Sep 17 00:00:00 2001 From: Jay Fong Date: Sat, 27 Mar 2021 15:03:57 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=87=AA=E5=8A=A8=E9=83=A8=E7=BD=B2?= =?UTF-8?q?=20gitee=20pages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/mirror.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 0b2e5f1..92d021f 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -18,3 +18,10 @@ jobs: with: target_repo_url: git@gitee.com:fjc0k/yapi-to-typescript.git ssh_private_key: ${{ secrets.GITEE_SSH_KEY }} + - uses: yanglbme/gitee-pages-action@main + with: + gitee-username: fjc0k + gitee-password: ${{ secrets.GITEE_PASSWORD }} + gitee-repo: fjc0k/yapi-to-typescript + branch: gh-pages + https: true