chore: update workflow
auto deploy gitee pages using https://github.com/yanglbme/gitee-pages-action
This commit is contained in:
parent
4df20ddfed
commit
edffbb4070
8
.github/workflows/sync.yml
vendored
8
.github/workflows/sync.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user