mirror of
https://gitee.com/wot-design-uni/wot-design-uni.git
synced 2025-12-06 17:18:40 +08:00
chore: 🚀 调整deploy-site-gitee工作流中的仓库地址
This commit is contained in:
parent
2a8a5f1067
commit
7cdda00f49
6
.github/workflows/deploy-site-gitee.yml
vendored
6
.github/workflows/deploy-site-gitee.yml
vendored
@ -44,16 +44,16 @@ jobs:
|
||||
# GitHub 仓库地址
|
||||
source-repo: git@github.com:Moonofweisheng/wot-design-uni.git
|
||||
# Gitee 仓库地址
|
||||
destination-repo: git@gitee.com:Moonofweisheng/wot-design-uni.git
|
||||
destination-repo: git@gitee.com:wot-design-uni/wot-design-uni.git
|
||||
|
||||
- name: Build Gitee Pages
|
||||
uses: yanglbme/gitee-pages-action@main
|
||||
with:
|
||||
# 替换为你的 Gitee 用户名
|
||||
gitee-username: Moonofweisheng
|
||||
gitee-username: wot-design-uni
|
||||
# 注意在 Settings->Secrets 配置 GITEE_PASSWORD
|
||||
gitee-password: ${{ secrets.GITEE_PASSWORD }}
|
||||
# 注意替换为你的 Gitee 仓库,仓库名严格区分大小写,请准确填写,否则会出错
|
||||
gitee-repo: Moonofweisheng/wot-design-uni
|
||||
gitee-repo: wot-design-uni/wot-design-uni
|
||||
# 要部署的分支,默认是 master,若是其他分支,则需要指定(指定的分支必须存在)
|
||||
branch: gh-pages
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user