From edffbb407032f10a976af564f8849ad326d25f7c Mon Sep 17 00:00:00 2001 From: Libin YANG Date: Mon, 9 Oct 2023 09:49:10 +0800 Subject: [PATCH] chore: update workflow auto deploy gitee pages using https://github.com/yanglbme/gitee-pages-action --- .github/workflows/sync.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index b288b47..0daf6c2 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -16,3 +16,11 @@ jobs: with: source-repo: git@github.com:doocs/source-code-hunter.git destination-repo: git@gitee.com:Doocs/source-code-hunter.git + + - name: Build Gitee Pages + uses: yanglbme/gitee-pages-action@main + with: + gitee-username: yanglbme + gitee-password: ${{ secrets.GITEE_PASSWORD }} + gitee-repo: doocs/source-code-hunter + branch: main